.archive_maindiv {
    margin: 10px 30px 5px 30px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.header_article_type {
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.header_article_title {
    margin: 5px 0px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.header_author_name {
    font-weight: bold;
    font-size: 13px;
    color: #008080;
    line-height: 16px;
}

.header_author_bold {
    font-weight: bold;
    font-size: 13px;
    color: #708090;
    line-height: 16px;
}

.author_details {
    line-height: 18px;
}

.author_details div {
    margin: 7px 0px 7px 0px;
}

.header_author_copyright a {
    color: #008080;
    text-decoration: none;
}

.header_author_copyright a:hover {
    text-decoration: underline;
}

.article_divider {
    border-bottom: 1px dashed #D0D2D5;
    margin: 15px 0px 15px 0px;
}

.article_abstract {
    margin: 0px 0px 0px 0px;
}

.article_abstract h1 {
    font-weight: bold;
    color: #708090;
    font-size: 18px;
    border-bottom: 1px solid #C9C9C9;
    margin: 0px 0px 8px 0px;
}

.article_abstract p {
    padding-bottom: 5px;
}

.article_abstract p:last-child {
    padding-bottom: 0px;
}

.article_fulltext {
    margin: 0px 0px 0px 0px;
}

.article_fulltext p {
    margin-bottom: 8px;
}

/*remove underline from all references and supplementary link which are part of full text*/
a[href*="art_ref_"], a[href*="supplementFile"] {
    text-decoration: none;
    color: #0000ff;
}

.article_fulltext h1 {
    font-weight: bold;
    color: #708090;
    font-size: 18px;
    border-bottom: 1px solid #C9C9C9;
    margin: 3px 0px 5px 0px;
    padding-bottom: 4px;
}

.article_fulltext h2 {
    font-weight: bold;
    color: #708090;
    font-size: 17px;
    margin: 2px 0px 4px 0px;
}

.article_fulltext h3 {
    font-weight: bold;
    color: #708090;
    font-size: 16px;
    margin: 2px 0px 3px 0px;
}

.article_fulltext h3 > a {
    font-weight: bold;
    color: #708090;
}

.article_fulltext h4 {
    font-weight: bold;
    color: #708090;
    font-size: 15px;
    margin: 2px 0px 3px 0px;
}

.article_references {
    margin: 0px 0px 0px 0px;
}

.article_references h1 {
    font-weight: bold;
    color: #708090;
    font-size: 18px;
    border-bottom: 1px solid #C9C9C9;
    margin: 0px 0px 8px 0px;
}

.article_references ol {
    margin-left: 35px;
}

.article_references li {
    margin-bottom: 5px;
}

.article_references li > a{
    text-decoration: none;
}

.article_thumbnail_plain, .article_thumbnail {
    padding: 5px;
    margin: 0px 10px 8px 0px;
    height: auto;
    width: 98%;
    display: inline-block;
}

.article_thumbnail {
    border: 1px solid #CCCCCC;
    background: #F5F5F5;
}

.article_thumbnail_ref {
    float: left;
}

.article_thumbnail_ref a {
    border: 1px solid #DCDCDC;
    display: block;
}

.article_thumbnail_ref a:hover {
    border: 1px solid #1E90FF;
}

.article_thumbnail_ref img {
    display: block;
}

.article_thumbnail_text {
    margin-left: 120px;
}
/*
#archive_menu {
    display: table;
    margin: 0px auto 0px auto;
    text-align: center;
}

#archive_menu > ul {
    list-style: inside none;
}

#archive_menu > ul > li {
    list-style: inside none;
    float: left;
    display: block;
    position: relative;

    width: 106px;
    margin: 1px 2px 0px 0px;
    background-color: #1E90FF;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    text-align: center;
}

#archive_menu ul > li > a {
    display: block;
    padding: 8px;
    font: bold 12px/100% Georgia;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

#archive_menu ul > li > a:hover {
    background-color: #008080;
}

#archive_menu li.selected > a {
    background: #454D59;
    color: #FFFF00;
}

#archive_menu li.selected > a:hover {
    background: #454D59;
}

#archive_menu_border {
    border-bottom: 2pt solid #454D59;
    margin-bottom: 5px;
}
*/
.archive_additional_info {
    margin-bottom: 10px;
    color:#ffc477;
}

.archive_additional_info > a{
    text-decoration: underline;
    color:#CD7F32;
    cursor: pointer;
}

.archive_additional_info_selection {
    background: #fae4bd;
    padding: 2px;
    border: 1px solid #CD7F32;
    border-radius: 2px 0px 2px 2px;
    position: relative;
}

.archive_additional_info_titlebar {
    border: 1px solid #CD7F32;
    padding: 2px 3px 2px 4px;
    border-radius: 2px 2px 0px 0px;
    color: #fae4bd;
    background: #CD7F32;
    right: -1px;
    position: absolute;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .archive_additional_info_titlebar {
        /*right: 6px;*/ /*Only for chrome its 6px , for others its 5 px.*/
    }
}

.archive_additional_info_titlebar > img{
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 3px;
}

sup {
    font-size: 0.8em;
    vertical-align: 5px;
    line-height: 0;
}

sub {
    font-size: 0.8em;
    vertical-align: -5px;
    line-height: 0;
}

.sub_parallel_bottom {
    margin-left:-1em;
    vertical-align:bottom;
    font-size:70%;
}

.sup_parallel_top {
    margin-left:-1em;
    vertical-align:top;
    font-size:70%;
}

.article_inline_table {
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    /*width:100%;*/
    table-layout: fixed;
}

.article_inline_table td {
    border: 1px solid #DCDCDC;
}

.article_inline_table th {
    border: 1px solid #DCDCDC;
    font-weight: bold;
    text-align: center;
}

.popupDiv {
    float: right;
    position: absolute;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #CD7F32;
    -webkit-box-shadow: 0px 2px 20px rgba(50, 50, 50, 0.51);
    -moz-box-shadow: 0px 2px 20px rgba(50, 50, 50, 0.51);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.51);
}

.popupDiv div:before {
    content: '';
    display: block;
    border-color: transparent #CD7F32 transparent transparent;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    top: 60px;
    left: -7px;
    margin-left: -10px;
}

.loaderStyle {
    font-size: 12px;
    color: #CD7F32;
    margin-top: 30px;
}

.loaderStyle > img {
    width: 40px;
    height: 40px;
}

.equation {
    padding-left: 100px;
    font-size: 13px;
}

.equation > label {
    float: right;
    padding-right: 100px;
}