/* v1.0 */

.videobook-entry .sectionHeadLeft,
.videobook-entry .sectionHeadRight,
.videobook-entry .chapterHead,
.videobook-entry h2[id="0"],
.videobook-entry .author-wrap h2,
.videobook-entry .conflict-wrap,
.xvideobook-entry .display_left
{
	display: none;
}

.videobook-entry .ArticleHead{
  padding-right: 10px !important;
	margin-top: 20px !important;
	margin-bottom: 32px !important;
}

.videobook-entry .display {
    clear: both;
}

/*
.videobook-entry  .content_wrap {
    max-width: 960px;
    max-width: 940px;
}
*/

.videobook-entry .article_preview_container {
	background-color: #e1f4fc;
    padding-bottom: 25px;
	
	/* border-color: none;
    border-left-width: 0px;
    border-left-style: none;
    max-width: 100%;
    width: 100%;
    flex: none;
    width: 940px;
	*/
}

.videobook-entry #content h1, 
.videobook-entry #content .ArticleHead,
.videobook-entry #content #sectionHead p.booktitle,
.videobook-entry #content h2,
.videobook-entry #content h3,
.videobook-entry #content h4,
.videobook-entry #content .caption .text,
.videobook-entry #content .caption .label,
body .article_preview_container #content .table-wrap p.label:before,
body .article_preview_container #content .figure-wrap p.label:before,
body .article_preview_container #content li:before {
	color: #00098d !important;	
}

.videobook-entry p.ArticleHead {
	   padding-bottom: 0px;
     margin-bottom: 20px !important;
}

.videobook-entry #content .author-wrap {
	   padding-left: 5px;
}
.videobook-entry #content .author {
	   font-size:20px;
    background-color: unset;
    margin-bottom: 5px;
}
.videobook-entry .author-name {
    font-size: 20px;	
}
.videobook-entry .author-affliation {
    font-size: 20px;
    */padding-right: 12em;*/
}

.videobook-entry .article_preview_toc .side_toc:first-child{
	xdisplay: none;
}

.videobook-entry #content .abstract {
    margin-top: 40px;
    border: 2px solid #00098d !important;
    padding: 13px 16px 16px 16px;
    background: #ffffffd1;
    font-size: 16px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}

.videobook-entry #content .figure-wrap .frame p {
    margin: 0px !important;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
    background: white;
}

.videobook-entry #content .references h2,
.videobook-entry #content h2 {
    border-top: none;
    border-bottom: 2px solid #00098d !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    margin: 8px 0px 15px 0px !important;
}

.videobook-entry #content a {
    border-bottom: none !important;
    color: #00098d !important;
}

.videobook-entry #content .refNum {
    color: #00098d !important;
}

.videobook-entry #content .table-wrap table[frame="all"] {
    border: 2px solid #cecccc;
}

.videobook-entry #content .table-wrap thead {
    border-bottom: 2px solid #cecccc;
}

.videobook-entry #content .table-wrap thead tr td {
    background-color: #00098d !important;
    font-weight: bold;
}

.videobook-entry #content .table-wrap thead tr td p {
    color: white;
}

.videobook-entry #content .table-wrap tr:nth-child(even) {
    background-color: white;
}

.videobook-entry #content .table-wrap .key p {
    color: #00098d !important;
}

.videobook-entry #content .p blue {
    color: #00098d !important;
}

.videobook-entry #content .video-wrap {
    margin: 60px 10px 60px 10px;
    margin-left: auto;
    margin-right: auto;
}

.videobook-entry #content .video-wrap video {
    max-width: 100%;
}


.videobook-entry #content ul + h2 {
		margin-top: 23px !important;
}

.videobook-entry #content ul + h3,.videobook-entry #content ul + h4 {
		padding-top: 11px;
}

.videobook-entry #content h2 + ul,
.videobook-entry #content h3 + ul,.videobook-entry #content h4 + ul {
		padding-top: 5px;
}

.videobook-entry #content p + p {
    text-indent: 2em; /* Indent all paragraphs */
}

.videobook-entry #content .table-wrap p,.videobook-entry #content .assessmentBox p
{
    text-indent: 0em; /* remove indent all paragraphs */
}