/*
 * TOC page: page title.
 */
.pb_page_title {
	font-size: 16px;
	/*font-family: Arial, Helvetica;*/
	font-weight: bold;
	color: #333;
}
/*
 * TOC page: issue name, volume name or editors.
 */
.pb_toc_sub_title {
    font-size: 14px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
}
/*
 * TOC page: issue name, volume name or editors.
 */
.pb_toc_editor {
    font-size: 14px;
    /*font-family: Arial, Helvetica;*/
    color: #333;
}
/*
 * TOC page: article or session title in a list.
 */
.pb_toc_article_title {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
}
/*
 * TOC page: article or session title in a list in uppercase.
 */
.pb_toc_article_title_uppercase {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
/*
 * TOC page: article authors, issue editors, special issue editors, volume editors and session editors.
 */
.pb_toc_authors {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}

.pb_toc_authorpages {
	font-size: 12px;
	/*font-family: Arial, Helvetica;*/
	font-weight: normal;
	color: #333;
	text-align:right;
}
/*
 * TOC page: article publish date.
 */
.pb_toc_publish_date {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}
/*
 * TOC page: article pages.
 */
.pb_toc_pages {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}
/*
 * TOC page: article link, volume link, issue link, special issue link, session link, topic link.
 */
.pb_toc_link, .pb_toc_text {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}
/*
 * TOC page: table with content.
 */
table.pb_toc {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
/* Header row */
tr.pb_header {
	background-color: #EDEDED;
}
/* Header cell with a title */
td.pb_header {
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    font-size: 11px;
    height: 20px
}
/* Toc table cell with an underline */
td.pb_underline {
	border-bottom: 1px solid #AFAFAF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Toc table cell with side padding */
td.pb_side_padding {
	padding-left: 3px;
	padding-right: 3px;
}
/* Extra bottom padding */
.pb_top_padding3px {
	padding-top: 3px;
}
/*
 * TOC page: volume and issue year, special issue year.
 */
.pb_toc_year {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
}
/*
 * Article page: citation header.
 */
.pb_citation_header {
    font-size: 11px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}
/*
 * Article page: authors.
 */
.pb_authors {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
}
/*
 * Article page: affiliations.
 */
.pb_affiliations {
    font-size: 11px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
}
/*
 * Article page: article title.
 */
.pb_article_title {
    font-size: 16px;
    /*font-family: Arial, Helvetica;*/
    font-weight: bold;
    color: #333;
    line-height: normal;
}
/*
 * Article page: abstract.
 */
.pb_abstract {
    font-size: 12px;
    /*font-family: Arial, Helvetica;*/
    font-weight: normal;
    color: #333;
    line-height: 20px;
}
 .pb_abstract .pb_abstract_title {
 	font-weight: bold;
 }

.pb_title {
    /*font-family: Arial, Helvetica;*/
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: middle;
    /*color: #0873d3;*/
    color: #66B31A;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0;
    border: 0;
}

.pb_header {
    /*font-family: Arial, Helvetica;*/
    font-size: smaller;
    vertical-align: middle;
    padding: 0;
    border: 0;
}

.pb_part {
    /*font-family: Arial, Helvetica;*/
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    vertical-align: middle;
    /*color: #2d4a74;*/
    /*color: #0873d3;*/
    color: #66B31A;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0;
    border: 0;
}

.pb_session {
    /*font-family: Arial, Helvetica;*/
    font-size: 1.00em;
    font-weight: bold;
    /*color: #0873d3;*/
    color: #66B31A;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
    border: 0;
}

 /*
 * Imported from Editor for discussion.
 */
 .edt_page_title {
	font-size: 1.3em;
	font-weight: bold;
}
.edt_nobr {
	white-space: nowrap;
}
.edt_bold {
	font-weight: bold;
}
.edt_bg_discuss {
	background-color: #EDEDED;
}
a.edt_discuss {
	text-decoration: none !important;
}
a.edt_discuss:visited {
	text-decoration: none !important;
}
a.edt_discuss:hover {
	text-decoration: underline !important;
}