@charset "UTF-8";

/* CSS Styles */
body { background-color: #3e3c3d; }
/* ******************************************** */
/* CLEARFIX */
/* ******************************************** */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.spacer{
    clear:both;
}

/* ******************************************** */
/* CLASSES */
/* ******************************************** */
.align-center 	{ text-align: center }
.align-left 	{ text-align: left }
.align-right 	{ text-align: right }
.border-gray 		{ border: 1px solid #6b6b6b }
.border-lightgray 	{ border: 1px solid #cbcbcb }
.border-custom-lightgray 	{ border: 1px solid #e6e7e8 }
.box-gray {
    background-color: #e6e7e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.box-blue { background-color: #8899aa }
.box-blue p, .box-blue ol, .box-blue ul { color: #fff }
.box-gray-border {
    background-color: #e6e7e8;
    border: 1px solid #cbcbcb;
    width: 130px;
}
.box-pad { padding: 15px }
.bullet-red { list-style: url(../images/bullet-red-circle.png) }
.small-caps { font-variant: small-caps; }
.clear 	{ clear: both }
.color-gray 	{ color: #333 }
.color-red 		{ color: #be1e2e; }
.color-white 	{ color: #fff }
.float-left 	{ float: left }
.float-right 	{ float: right }
.float-content-left {
    float: left;
    margin-left: 10px;
    width: 340px;
}
.header-bar {
    background: transparent url(../images/corner.png) bottom right no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 12px 15px 8px;
}
.header-gray 		{ background-color: #3E3C3D }  /* old: 6b6b6b */
.header-dark-gray 	{ background-color: #333 }
.header-light-gray	{ background-color: #e6e7e8; }
.header-blue 		{ background-color: #8899aa }
.header-orange 		{ background-color: #ea7f1f }
.margin-right 	{ margin-right: 15px }
.margin-left 	{ margin-left: 15px }
.margin-top 	{ margin-top: 15px }
.margin-bottom 	{ margin-bottom: 15px }
.no-border	{ border: none; }
.no-bullet	{ list-style: none; }
.no-corner 	{ background-image: none }
.no-float 	{ float: none }
.no-margin 	{ margin: 0 }
.no-padding	{ padding: 0; }
.padding-right 	{ margin-right: 15px }
.padding-left 	{ margin-left: 15px }
.padding-top 	{ margin-top: 15px }
.padding-bottom { margin-bottom: 15px }
.red-link-right, .red-link-left {
    color: #be1e2e;
    margin-bottom: 15px;
}
.red-link-left 	{ margin-right: 10px }
.red-link-right	{ margin-left: 10px }
.white-link-right {
    color: #fff;
    margin-left: 10px;
}
.width10	{ width: 10%; }
.width20 	{ width: 20%; }
.width30 	{ width: 30%; }
.width40	{ width: 40%; }
.width50 	{ width: 50%; }
.width60	{ width: 60%; }
.width70 	{ width: 70%; }
.width80	{ width: 80%; }
.width90 	{ width: 90%; }
.width100	{ width: 100%; }

/* ******************************************** */
/* BUTTONS */
/* ******************************************** */
a.btn-red 		{ background: transparent url("../images/btn-right-red.png") no-repeat top right }
a.btn-orange 	{ background: transparent url("../images/btn-right-orange.png") no-repeat top right }
a.btn-gray 		{ background: transparent url("../images/btn-right-gray.png") no-repeat top right }
a.btn-red span 		{ background: transparent url("../images/btn-left-red.png") no-repeat 0 0 }
a.btn-orange span 	{ background: transparent url("../images/btn-left-orange.png") no-repeat 0 0 }
a.btn-gray span 	{ background: transparent url("../images/btn-left-gray.png") no-repeat 0 0 }
a.btn-red, a.btn-orange, a.btn-gray {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 28px;      /* change more-link more-container accordingly*/
    margin: 0 6px 15px 0;
    padding-right: 20px;
    text-decoration: none;
}
a.btn-red:hover, a.btn-orange:hover, a.btn-gray:hover {
    background-position: right -29px;
    cursor: pointer;
}
a.btn-red:hover span, a.btn-orange:hover span, a.btn-gray:hover span {
    background-position: 0 -29px;
    color: #fff;
}
a.btn-red span, a.btn-orange span, a.btn-gray span {
    color: #fff;
    display: block;
    padding: 7px 0 7px 18px;
}
a.btn-article-items {
    background: #be1e2e url("../images/btn-right-article.png") no-repeat top right;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    margin: 0 0 0 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
}
a.btn-article-items:hover { background-position: bottom right }
a.btn-article-items:hover span { background-position: bottom left }
a.btn-article-items:hover, a.btn-article-items:hover span {
    background-color: #6b6b6b;
    cursor: pointer;
}
a.btn-article-items span {
    background: #be1e2e url("../images/btn-left-article.png") no-repeat top left;
    color: #fff;
    display: block;
    height: 15px;
    padding: 1px 0 0 5px;
}

/* ******************************************** */
/* WRAPPER */
/* ******************************************** */
#wrapper {
    background-color: #fff;
    margin: 0 auto;
    width: 1102px;
}
/* ******************************************** */
/* TOP BARS */
/* ******************************************** */
#top-bar-wrapper {
    background: #3e3c3d url(../images/bg-top.png) top left repeat-x;
    height: 30px;
    width: 1102px;
}
/* ******************************************** */
/* TOP BAR 1 */
/* ******************************************** */
#top-bar-1 {
    height: 40px;
    margin: 0 auto;
    width: 1102px;
    position: relative;
}
#top-bar-1 .headerAd {
    background: transparent url(../images/logo-background.png) top left no-repeat;
    float: left;
    height: 130px;
    width: 183px;
    margin: 0 20px 0 20px;
}
#top-bar-1 .headerAd img {
    display: block;
    margin: 20px auto 0 auto;
}
#individual-menu, #identity-bar a {
    color: #fff;
    font-size: 14px;
}
#identity-bar {
    float: right;
    padding-top: 7px;
    margin: 0;
    right: 0;
    padding-right: 10px;
}
#identity-bar .divider { display:none; }
#identity-bar .shoppingCart {
    background: url(../images/icon-cart.png) center left no-repeat;
    padding-left: 17px;
}
#identity-bar a {
    margin-left: 15px;
    text-decoration: none;
}
#top-bar-wrapper .institutionBanner {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 7px;
    margin-left: 7px;
    width: 460px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headerMobileAd{
    text-align: center;
    padding-bottom:5px;
    padding-top: 6px;
    min-width:1000px;
    background-color: #6B6B6B;
    outline-color:#6B6B6B;
    outline-width : 1px;
    outline-style:  solid;
    margin: 0px;
}
.headerMobileAd a{
    color:#ffffff;
    font-weight: bold;
}
/* ******************************************** */
/* TOP BAR 2 */
/* ******************************************** */
#top-bar-2 {
    height: 65px;
    margin: 0 auto;
    width: 1000px;
    margin-top: -20px;
}
#tag-line {
    float: left;
    height: 65px;
    line-height: inherit;
    margin: 0;
    width: 313px;
}
.searchOuterBorder {
    padding-left: 3px;
}
.searchInnerBorder {
    padding-right: 3px;
}
#search-inner {
    background: #172778;
    height: 93px;
}
#qSearchSelect { display: inline; }
.advanced-search {
    position: relative;
    width: 100%;
    height: 1px;
}
.advanced-search a {
    color: white;
    position: absolute;
    top: 52px;
    right: 1em;
    font-size: smaller;
}
.text-search { width: 220px;}
/* ******************************************** */
/* BANNER */
/* ******************************************** */
.searchBox {
    height: 67px;
}
.banner {
    /*background: url(../images/banner.gif) top left no-repeat;*/
    height: auto;
    width: 1102px;
    overflow: hidden;
   // background-color: #172778;
}

.banner .ad {
    float:left; width: 750px; overflow: visible;
}
.banner .search {
    float: right; width: 250px; background: #172778;
}
#banner-ad {
    float: right;
    height: 90px;
    margin-right: 42px;
    width: 728px;
}
/* ******************************************** */
/* NAVIGATION */
/* ******************************************** */
#nav-wrapper {
    background-color: #172778;
    height: 40px;
    margin: 0;
    padding: 0 10px;
}
#nav-left, #nav-right {
    margin: 0;
    padding: 0;
    padding-right:103px;
}
#nav-left :hover > a.drop { background: #36050a url(../images/drop-arrow-hover.png) 90% 16px no-repeat; }
#nav-right li { float: right; }
#nav-left li, #nav-right li {
    display: block;
    position: relative;
    z-index: 500;
    margin-bottom: 0;
}
#nav-left li a.drop {
    background: url(../images/drop-arrow.png) 90% 17px no-repeat;
    padding-right: 24px;
}
#nav-left li a.drop:hover { background: #36050a url(../images/drop-arrow-hover.png) 90% 16px no-repeat }
#nav-left li a, #nav-right li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 15px 15px 11px;
    text-decoration: none;
}
#nav-left li a:hover, #nav-right li a:hover { background-color: #36050a }
#nav-left li { float: left }
#nav-left ul {
    background-color: #731012;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#nav-left ul li {
    border-top: 1px solid #fff;
    float: left;
    margin-bottom: 0;
    min-width: 200px;
}
#nav-left ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    text-align: left;
}
/* ******************************************** */
/* BREADCRUMBS */
/* ******************************************** */
#breadcrumbs {
    font-size: 11px;
    list-style: none;
    margin: 10px 8px 10px 12px;
    padding: 0;
    clear: both;
}
#breadcrumbs a { color: #333 }
/* ******************************************** */
/* MAIN */
/* ******************************************** */
#main {
    overflow: hidden;
    background-color: #fff;
    padding: 0 5px 10px 5px;
    width: 1092px;
}
/* ******************************************** */
/* LEFT SIDEBAR */
/* ******************************************** */
#sidebar-left {
    float: left;
    margin: 0 5px;
    width: 180px;
}
#sidebar-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar-left ul li {
    font-size: 12px;
    margin: 0 0 1px;
}
#sidebar-left ul li ul li,
#sidebar-left ul.personalize-sidebar > li {
    background: #e6e7e8 url(../images/bg-subnav-arrow.png) 10px 10px no-repeat;
    padding: 7px 7px 7px 10px;
}
#sidebar-left ul li ul li a,
#sidebar-left ul.personalize-sidebar li a {
    background: #e6e7e8;
    color: #333;
    font-weight: normal;
    margin-left: 10px;
    padding: 0;
}
#sidebar-left ul li ul li a:hover, #sidebar-left ul.personalize-sidebar li a:hover { color: #000 }
#sidebar-left ul li div {
    display: block;
    font-size: 12px;
    margin-bottom: 1px;
}
#sidebar-left ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
#sidebar-left ul li a:hover {
    color: #e6e7e8;
    text-decoration: underline;
}
#sidebar-left .pubCoverImg {
    width: 158px;
    border: 1px solid black;
    margin-bottom: 15px;
}
#sidebar-left .ads { margin-top: 10px; }
/* ******************************************** */
/* CONTENT */
/* ******************************************** */
#content {
    float: left;
    margin: 0 0 10px 20px;
    width: 700px;
}
#journal-rotate {
    margin-bottom: 10px;
    width: 600px;
}
#content-left {
    float: left;
    margin-right: 5px;
    width: 340px;
}
#content-right {
    float: left;
    margin-left: 5px;
    width: 340px;
}
#content-right h4 a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#content-right ul { list-style: url(../images/bullet-blue-square.png) }
#content-right .newsStories, #content-right .rightSideAds {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#content-right .newsStories {
    background-color: #E6E7E8;
}
.content-ealerts {
    background: url(../images/icon-e-alerts.png) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 80px;
}
.content-rss {
    background: url(../images/icon-rss.png) top left no-repeat;
    padding-left: 30px;
}
.title1 {
    font-size: 120%;
    margin-bottom:5px;
}
.title2 {
    font-size: 100%;
}
/* ******************************************** */
/* INNER SIDEBAR */
/* ******************************************** */
.sidebar-inner {
    float: right;
    margin: 0 0 15px 15px;
    width: 200px;
}
/* ******************************************** */
/* JOURNALS */
/* ******************************************** */
.about-cover, .journalHomeCover {
    float: left;
    width: 350px;
}
.journalHomeCover { width: 590px; }
.journal-cover {
    width: 158px;
    float: left;
    margin: 0 15px 15px 0;
}
.journal-details {
    float: left;
    margin: 0 15px 15px 0;
    width: 100%;
}
.journal-details .tocLinks{
    clear: both;
}
.journal-details .issueInfo{
    float: left;
}
.issue-nav{
    float: right;
    font-size: 13px;
}
.journal-details .tocLinks{
    clear: both;
}
.journal-details .issueInfo{
    float: left;
}
.issue-nav{
    float: right;
    font-size: 13px;
}
.access-indicator {
    clear: both;
    height: 16px;
    list-style: none;
    margin: 0 0 5px;
    padding: 3px;
}
.access-indicator img {
    position: relative;
    top: 2px;
}
.access-indicator li { margin: 0 }
.access-indicator ul {
    display: inline;
    margin: 0;
    padding-left: 0;
}
.access-indicator ul li {
    display: inline;
    list-style: none;
    padding-left: 10px;
}
h1.article-title { color: #475cc2 }
.icon-list-horizontal {
    background-color: #dddddd;
    clear: both;
    padding: 10px 15px 0;
    width: 470px;
}
.icon-list-horizontal li {
    float: left;
    list-style: none;
    margin-right: 15px;
}
.icon-list-horizontal li a {
    display: block;
    font-size: 11px;
    height: 15px;
    padding: 1px 0 0 19px;
    text-decoration: none;
}
.icon-list-horizontal li a:hover { text-decoration: underline }
.icon-list-vertical {
    float: right;
    margin: 0 0 15px 15px;
    padding-bottom: 10px;
}
.icon-list-vertical li.last { padding: 10px 0 0 }
.icon-list-vertical li {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
.icon-list-vertical li a {
    display: block;
    height: 16px;
    padding-left: 25px;
}
a.icon-tables 		{ background: url(../images/icons-downloads.png) 0 0 no-repeat }
a.icon-figures 		{ background: url(../images/icons-downloads.png) 0 -16px no-repeat }
a.icon-references 	{ background: url(../images/icons-downloads.png) 0 -32px no-repeat }
a.icon-html 		{ background: url(../images/icons-downloads.png) 0 -48px no-repeat }
a.icon-pdf 			{ background: url(../images/icons-downloads.png) 0 -64px no-repeat }
a.icon-pdf-plus		{ background: url(../images/icons-downloads.png) 0 -112px no-repeat }
a.icon-data 		{ background: url(../images/icons-downloads.png) 0 -80px no-repeat }
a.icon-recommended 	{ background: url(../images/icons-downloads.png) 0 -128px no-repeat }
a.icon-citing 		{ background: url(../images/icons-downloads.png) 0 -96px no-repeat }
a.icon-abstract 	{ background: url(../images/icons-downloads.png) 0 -144px no-repeat }
a.icon-related 	    { background: url(../images/icons-downloads.png) 0 -160px no-repeat }
a.icon-googleBooks  { background: url(https://www.google.com/tools/toolbar/buttons/icon?xmlurl=http://www.google.com) no-repeat}
h2.bookSeriesTitle{
    color: #475cc2;
    font-size: 20px;
}
.in-issue {
    float: left;
    margin: 0 15px 0;
}
.item {
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb;
    margin: 0 auto 15px auto;
    padding: 15px 15px 0;
    width: 528px;
}
.item h3 { color: #333 }
.item-details {
    float: left;
    margin-left: 5px;
    width: 500px;
}
.relation-list { list-style-type: none }
.tabs {
    height: 30px;
    padding-top: 10px;
    margin: 0 0 1.5em 0;
}
.tabs li {
    float: left;
    list-style: none;
    margin-right: 2px;
}
.tabs a, .tab a:visited {
    background: url(../images/bg-tab.png) right 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.tabs a span {
    background: url(../images/bg-tab.png) left 60px;
    display: block;
    height: 30px;
    margin-right: 14px;
    padding-left: 14px;
}
.active-tab a:link, .active-tab a:visited, .active-tab a:visited, .active-tab a:hover {
    background: url(../images/bg-tab.png) right -30px no-repeat;
    color: #333;
}
.active-tab a span, .active-tab a:hover span { background: url(../images/bg-tab.png) left -30px no-repeat }
.tax-synonym {
    font-variant: small-caps;
    font-weight: bold;
}
.footer-date {
    border-top: 1px solid #666;
    margin: 40px 0 0;
}
.footer-date ul {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.footer-date ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 33%;
}
.journal-desc-left{
    width:50%;
    float:left;
    margin:0px;
}
.journal-sign-btns{
    width:50%;
    float:right;
    margin:0px;
}
.more-link {line-height:28px;margin:0px;}
.more-container{height:28px; margin-bottom: 5px;}
/* ******************************************** */
/* RIGHT SIDEBAR */
/* ******************************************** */
#sidebar-right {
    float: left;
    margin: 0 5px 20px;
    width: 170px;
}
#sidebar-right .ad-block { margin-bottom: 15px }
.ad-block {
    border: 1px solid #6b6b6b;
    padding: 10px;
    width: 278px;
}
.ad-block div, .ad-block img, .ad-block p, .ad-block a { margin-bottom: 10px; }
.ad-block img { text-align: center; }
.ad-block p {
    color: #be1e2e;
    text-align: right;
}
#stay-current {
    background-color: #e6e7e8;
    padding-bottom: 10px;
    width: 300px;
}
#stay-current a img {
    clear: both;
    margin: 0 10px;
    text-align: center;
}
#btn-stay-posted {
    background: #bebebe url(../images/btn-stay-posted.png) top right no-repeat;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
}
#btn-stay-posted:hover { background: #be1e2e url(../images/btn-stay-posted.png) bottom right no-repeat }
.article-tools-top {
    background: #bebebe url(../images/tools-corner.png) top left no-repeat;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 200px;
}
.article-tools { margin-bottom: 10px; }
.article-tools h3 {
    border-bottom: 1px solid #6b6b6b;
    border-left: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    font-size: 12px;
    padding-top: 5px;
}
.article-tools-list {
    border-bottom: 1px solid #6b6b6b;
    border-left: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-tools-list li.last { border: none }
.article-tools-list li {
    border-bottom: 1px solid #bebebe;
    margin: 0;
    padding: 5px 0 5px 15px;
}
.article-tools-list li a {
    display: block;
    padding: 2px 10px 0 23px;
    text-decoration: none;
}
.article-tools-list li a:hover { text-decoration: underline }
a.icon-fav			{ background: url(../images/icons-tools.png) left 0 no-repeat }
a.icon-citation		{ background: url(../images/icons-tools.png) left -30px no-repeat }
a.icon-email		{ background: url(../images/icons-tools.png) left -60px no-repeat }
a.icon-permalink	{ background: url(../images/icons-tools.png) left -90px no-repeat }
a.icon-reprints		{ background: url(../images/icons-tools.png) left -120px no-repeat }
a.icon-rights		{ background: url(../images/icons-tools.png) left -150px no-repeat }
a.icon-alerts		{ background: url(../images/icons-tools.png) left -180px no-repeat }
#social-media {
    list-style: none;
    padding: 0;
    width: 198px;
}
#social-media li.last { border: none }
#social-media li {
    border-bottom: 1px solid #bebebe;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#social-media li a {
    display: block;
    height: 13px;
    padding: 2px 10px 0 23px;
    text-decoration: none;
}
#social-media li a:hover { text-decoration: underline }
a.icon-citeulike	{ background: url(../images/icons-social.png) left 0 no-repeat }
a.icon-delicious	{ background: url(../images/icons-social.png) left -30px no-repeat }
a.icon-digg			{ background: url(../images/icons-social.png) left -60px no-repeat }
a.icon-facebook		{ background: url(../images/icons-social.png) left -90px no-repeat }
a.icon-newsvine		{ background: url(../images/icons-social.png) left -120px no-repeat }
a.icon-tweet		{ background: url(../images/icons-social.png) left -150px no-repeat }
#sidebar-right .instLogo {
    text-align: center;
    margin-bottom: 10px;
}
.sectionsSelect { float: right; max-width: 20em }
.book .box-gray-border{width: 180px;}
.book .abstract{
    margin-top:1em;
}
.bookInfo{
    font-size:12px;
}
dt,dd{
    min-height:15px;
}
.bookInfo dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-right: 3px;
    padding-right: 2px;
}
.bookInfo dt:after {
    content: ':';
}
.bookSeries .browsePubs{
    margin-top: 20px;
}
.bookSeries li.publicationItem{
    clear: both;
}
.book img.pubCoverImg{
    float: left;
    width: 80px;
    border: 1px solid black;
    margin: 0 10px 10px 0;
}
li.publicationItem p{
    font-weight: normal;
    color: black;
}
li.publicationItem .bookSeriesTitle{
    font-style:italic;
}
.bookList .allLink{
    float: right;
    margin-right: 1.5em;
}
.bookList .letterLink a{
    text-transform: none;
    color:white;
    text-decoration:none;
}
.bookList .letterLink a.disabled, .bookList .letterLink:hover{
    cursor:default;
}
.bookList .alphabetLinksWrapper{
    clear: right;
}
.bookList .alphabetLinksWrapper .active{
    background-color: #6B6B6B;
}
.publicationItem p{
    margin:0;
}
/* ******************************************** */
/* FOOTER */
/* ******************************************** */
#footer {
    background-color: #6b6b6b;
    color: white;
    clear: both;
    font-size: 12px;
}
.browsePubs {
    list-style-type: none;
    padding-left: 2px;
    margin-bottom: 30px;
}
.browsePubs .publicationItem {
    overflow:hidden;
    color: #be1e2e;
    font-weight: bold;
    font-size: 12px;
}
.emptyList { color: #be1e2e; }
/* ******************************************** */
/* ADVANCED SEARCH */
/* ******************************************** */
.searchInputLine { margin: 10px 5px; }
.searchInputLine label {
    display: block;
    margin-bottom: 5px;
}
.searchInputLine input { width: 300px; }
label.stemming, label.issuetypefield { display: inline; }
#stemming, #issuetypefield { width: 15px; }
.publications { overflow: hidden; }
.publications .pubsFirstCol {
    float: left;
    width: 47%;
}
.publications .pubsSecondCol {
    float: right;
    width: 48%;
}
.inputPub  {
    line-height: 15px;
    overflow: hidden;
}
.inputPub input {
    float: left;
    clear: both;
}
.dateRange { width: 220px; }
.dateRange fieldset { margin: 10px; }
.rangeLabel { float: left; }
.dateRange select { float: right; }
.searchForm, .searchResultsBox {
    margin-left: 5px;
    font-size: 12px;
}
.searchResultsBox { margin-right: 5px; }
.searchResultsBox .results {
    padding: 5px;
    border: 1px solid #E6E7E8;
}
.paginationInfo {
    margin: 10px 15px 0 0;
    overflow: hidden;
}
.resultsPerPage { float: right; }
.sortByResutls {
    margin-left: 10px;
    float: left;
}
.nowShowing {
    float: left;
    margin: 4px 0 0 10px;
}
.pagination { margin-left: 15px; }
.searchForm .advSearchFields, #searchSaved {
    padding: 5px;
    background-color: #E6E7E8;
}
#searchSaved { overflow: hidden; }
#searchSaved textarea { height: 50px; }
#searchSavedQuery, #searchSaved textarea {
    width: 250px;
    margin-bottom: 20px;
}
.searchSubmit { float: right; }
#searchSavedConfirm { margin: 10px 0; }
.advSearchTitle { margin-bottom: 20px; }
#advSearchSub .submit { float: right;}
#layoutWrapper {
    width: 990px;
    overflow: hidden;
}
#leftContent, #rightContent { float: left; }
#leftContent {
    width: 350px;
    margin-right: 5px;
}
#rightContent {
    width: 630px;
    margin-left: 5px;
}
.advSearchFields h3, #searchSaved h3 { color: #475cc2; margin-top: 10px }
.abstractAndAccess, .authors { overflow: hidden; }
#sidebar-left ul > li > a {
    background: #3E3C3D url(../images/corner.png) no-repeat 100% 100%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 12px 15px 8px;
}
.toc .header-bar { margin-bottom: 15px; }
.keywordsLabel { font-weight: bold; }
.NLM_author-notes {
    margin-bottom: 10px;
    font-size: 12px;
}
/* ecommerce */
#content .eccomArtReq td.sectionTitle,
#content .subscription td.sectionTitle {
    background: #3E3C3D url(../images/corner.png) bottom right no-repeat;
    color: #FFF;
    padding: 12px 15px 8px;
}

#content .eccomArtReq td.sectionTitle, #content .eccomArtReq td.body,
#content .subscription td.sectionTitle, #content .subscription td.body {
    border: none;
}

#content .eccomArtReq td.body, #content .subscription td.body { background-color: #E6E7E8; }
.subscription .sectionTitle {
    font-size: 11pt;
    font-weight: bold;
}
/* ecommerce */
.issueStyleCoverDate { font-size: 12px; }
#sidebar-left li.activeTab a,
#sidebar-left li.active a,
#sidebar-left ul.personalize-sidebar li.active > a,
#sidebar-left ul.personalize-sidebar li.subMenuTabSelected a {
    font-weight: bold;
}
/* stories pages */
.floating_covers { float: right; }
.storyContent {
    font-size: 14px;
    line-height: 1.4em;
}
.storyContent .date {
    color: #BE1E2E;
    font-size: 14px;
    margin: 5px 0;
}
.storyContent .link { margin-bottom: 10px; }
.news_story_cover {
    width: 100px;
    margin: 0 0 10px 20px;
    border: 1px solid #000;
}
/* news pages */
.newsrecent, .specialIssues { list-style-type: none; }
.newsrecent .date {
    color: #BE1E2E;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.socialMedia { margin-top: 10px; }
.publicationItem a { text-decoration: none; }
.newsrecent li {
    background-color: #F2F2F2;
    border: 1px solid #CBCBCB;
    padding: 15px 15px;
}
.ads > * { margin-top: 10px; }
.loginForm form { margin-bottom: 10px; }
.regForm .heading td, .regForm td.header4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.regForm input[type="text"], .regForm input[type="password"] { width: 300px; }
#institutionMultiIpChange .multipIpInp { width: 100%; }
.issueTools {
    background-color: #F2F2F2;
    border: 1px solid #CBCBCB;
    width: 98%;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}
.issueTools a, .loiContent a {
    font-size: 12px;
    line-height: 1.6em;
}
.showPublications ul, .showPublications li {
    display: block;
    margin: 1em 0;
    padding: 0;
    list-style: none;
}
#content-right .journal {
    margin-bottom: 1em;
}
.loiNotes p { line-height: normal; }
.noLinkLine { text-decoration:none; }
.snippFilesHeader { display: none; }
.snippedit_files { margin-top: 100px; }
.siteEditorPage #main { overflow: visible; }
/* align right only the second columns of snippEditBar*/
#snippEditBar td:first-child + td { text-align: right; }
.ipChangeHelp {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 0 15px;
}
.item-inner .accessIcon {
    padding: 3px 0 5px 10px;
    float: right;
}
.accessLegend table { margin: 0; }
.accessLegend td { padding-left: 0; }
.Publication_Title { margin-bottom: 10px; }
.aopIssue, .forthcomingIssue {
    display: block;
    margin-bottom: 2px;
}
.relations { margin-bottom: 20px; }
.relations p {
    margin: 0;
    font-weight: bold;
}
.relations ul {
    margin: 0 10px 10px 0;
    list-style-type: none;
    padding-left: 10px;
}
#recommendationForm .textInputLine,
#recommendationForm .note, .requiredNote {
    font-size: 12px;
    margin: 5px 0;
}
#recommendationForm .textInputLine label {
    float: left;
    width: 10em;
}
#recommendationForm fieldset { margin-bottom: 10px; }
#recommendationForm .reasons { margin: 20px 0; }
#recommendationForm legend {
    font-size: 14px;
    padding-bottom: 10px;
}
.buttons{margin:0; clear: right;}
#subscribeBtn { margin: 0; }
.articlesSection { padding: 15px 15px 5px 15px; }
.articlesSection p { margin:0 0 5px; }
.viewAll { padding: 5px 15px; }
.italic { font-style: italic; }
.letterLink:hover, .prevPageLink:hover,
.pageLink:hover, .nextPageLink:hover {
    cursor: pointer;
    background-color: #6B6B6B;
}
.letterLink,.letterLinkdisabled, .pageLink,
.prevPageLink, .nextPageLink {
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 4px;
    background-color: #BE1E2E;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.pageLink, .prevPageLink, .nextPageLink  {
    font-size: 10px;
    margin-right: 5px;
    text-transform: capitalize;
}
.paginationLinks {
    height: 21px;
    margin-top: 20px;
    text-align: center;
}
.alphabetLinks { margin: 15px 10px; }
.alphabetLinks .current, .activeLink {
    background-color: #6B6B6B;
    cursor: default;
}
.noaindex {
    font-size: 14px;
    padding: 10px;
}
#searchResultsList .box-pad { margin: 0 20px; }
.multiSelectNote {
    font-size: 11px;
    font-style: italic;
}
.advSearchLandRight { margin-right: 5px; }
.loiContent .latest { text-decoration: none; }
.itemBoxesNoCkbx .item-inner input { display: none; }
.itemBoxesNoCkbx .item-details {
    width: 520px;
    margin: 0 5px;
}
.itemBoxesNoCkbx .icon-list-horizontal { width: 490px; }
#metadata_form input[type='text'] { width: 320px; }
.tableImg { padding: 50px 0; }
.tableImg img { border: 1px solid #A9A9A9; }
.bold { font-weight: bold; }
.loupe {
    z-index: 1000;
    border: 1px solid gray;
    cursor: crosshair;
}
.searchedFor { margin: 10px; }
ul.offers {
    list-style-type: none;
    padding-left: 0;
}
.note { margin: 10px; }
.NLM_corresp { margin-bottom: 10px; }
.NLM_author-notes p.first { margin: 0 0 5px; }
.issueTools .rss-icon { vertical-align: top; }

.rssWrapper {
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    margin: 0 0 10px 0;
}

.singupBtns {
    width: auto;
    overflow: hidden;
    padding-right: 0px;
    margin: 0px;;
}

.rssLink {
    float: right;
    margin-right: 10px;
}
.journalInfo { margin: 0 0 5px 0; }
.figCaption p:first-child { margin-bottom: 0; }
#highResTable {
    float: left;
    margin: -20px 0 0 10px;
}
.graphicalAbs {
    background-color: white;
    text-align: center;
    border: 1px solid silver;
    padding: 5px;
    margin-bottom: 15px;
}
.graphicalAbs img {
    max-width: 470px;
    max-height: 270px;
}
#absHdr { text-transform: uppercase; }
.fromGoogle {
    border: 2px solid gray;
    margin: 0 0 12px 0;
    padding: 3px;
    line-height: 20px;
    font-size: 12px;
}
.NLM_disp-formula { padding: 10px 0; }
.dispFormulaLabel {
    float: right;
    display: block;
    padding-right: 60px;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
.NLM_inline-graphic img, .NLM_disp-formula img { max-width: 550px; }
.citationLine { margin-top: 10px; }
.qtip p { margin-bottom: 0; }
.taxMinorHead {
    font-size: smaller;
    text-transform: uppercase;
}
.secFnTrigger { cursor: pointer; }
.footnotesSection {
    margin: 10px 0;
    padding: 5px 0;
}
.NLM_sec_level_1 .title { font-weight: bold; }
.NLM_sec_level_1 > .title, .NLM_sec_level_2 > .title { line-height: 35px; }
.listgroup { margin-left: 25px; }
.NLM_sec_level_1 > .title { font-size: 16px; }
.figCaption .title, .short-legend .title {
    font-weight: normal;
}
.NLM_sec_level_2 > .title {
    color: #396070;
    font-size: 14px;
}
.NLM_sec_level_3 > .title, .NLM_sec_level_4 > .title, .NLM_sec_level_5 > .title { font-size: 12px; }
.NLM_sec_level_3 > .title { color: #333; }
.NLM_sec_level_4 > .title { color: #666; }
.NLM_sec_level_5 > .title {
    font-style: italic;
    color: #666;
}
#firstPage { margin-bottom: 20px; }
.absGraphicalImg img { max-width: 530px; }
.saveSearchHdr { margin-top: 10px; }
.listgroup .lilabel, .listgroup p {
    padding:0;
    margin: 0;
}
.listgroup .lilabel { width: 10px; }
.subarticleHdr {
    border-top: 1px solid silver;
    padding-top: 3px;
    margin-bottom: 2px;
}
named-content { padding-right: 5px; }
.NLM_term { width: 75%; }
.error { color: red; }
.peerReviewed {
    padding-left: 10px;
    margin-top: 10px;
}
.addressLink {
    text-decoration: underline;
    cursor: pointer;
}
.ecommConf ul{
    list-style:none;
}
.none { list-style-type: none; }
.disc { list-style-type: disc; }
.square { list-style-type: square; }
.arabic { list-style-type: decimal; }
.lower-alpha { list-style-type: lower-alpha; }
.upper-alpha { list-style-type: upper-alpha; }
.lower-roman { list-style-type: lower-roman; }
.upper-roman { list-style-type: upper-roman; }
.tableImg table { width: 250px; margin-left: 120px; }
.symbol-list .NLM_term { width: auto; }
.subArticleAuthors { margin-bottom: 3px; }

a.inLineIcon{
    padding-left:19px;
}

.letterLink:hover span.disabled{
    cursor:default;
    background-color: #BE1E2E;
}

.letterLink:hover a.enabled {
    cursor: pointer;
    background-color: #6B6B6B;
}

.letterLinkdisabled :hover {
    cursor:default;
    background-color: #BE1E2E;

}

.sightedHidden {
    display: none;
}

ul.fnList{
    list-style-type:none;
}

select#doi{
    width:500px;
}

#mobileDevicePairing_login form{
    width:47%;
    float:left;
    margin: 1em 0;
}

#mobileDevicePairing_login .personLogin{
    margin-right:5%;
    font-size:12px;
}

#mobileDevicePairing_login .emailLogin{
    font-size:12px;
}

#mobileDevicePairing_login .login_link{
    margin:10px 0 10px 0;
    display: inline-block;
}

#mobileDevicePairing_login label{
    float:left;
    width:13em;
}

#mobileDevicePairing_login .field{
    clear:left;
    margin: 0.25em 0;
}
#qSearchSelect, select{
    width: 120px;
}
#timeFrame select{
    width: auto;
}
table, tr, td {
    padding: 3px;
    padding-top: 0px;
    margin: 0px;
}
.NLM_aff-alternatives {
    margin: 1em 0;
}
*[lang=en] {
    font-size: smaller;
}
.journal-details b {
    color: #2A83ED;
}
.tocLinks {
    font-size: 13px;
    line-height: 1.3em;
}
.tocLinks a {
    text-decoration: none;
}

.publicationContent .articleTools { list-style: none; display: inline-block; position: relative; margin-bottom: -10px; padding: 0;}
.publicationContent .articleTools li { display: inline-block; float: left;  border: 1px solid #ACBCE1; border-left: 0; margin: 0;}
.publicationContent .articleTools li.selected {background:#4E63C5; border: 1px solid #4E63C5; border-left:0; display: inline-block; position: relative; top: -9px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.publicationContent .articleTools li.selected:first-child {border: 1px solid #4E63C5;}
.publicationContent .articleTools li:first-child {border-left: 0; }
.publicationContent .articleTools li:last-child {border-right: 0;}
.publicationContent .articleTools a { padding: 9px; display: inline-block; position: relative; text-decoration: none;}
.publicationContent .articleTools li.selected a { background: #4E63C5; font-weight: bold; color: white; padding: 13px;  border-top-left-radius: 5px; border-top-right-radius: 5px;}
.publicationContent .blueBar {display: inline-block; position: relative; width: 100%; height: 7px; background:#4E63C5; }
.publicationContent .articleToolsContainer {margin: 2em 0 0;}
.publicationContent .articleTitleNavigationContainer .articleTitle {color: #475cc2; font-size: 20px; font-weight: bold;}
.publicationContent .pdfFormatList {list-style: none; margin: 0px; padding: 8px 0 0 5px;}
.publicationContent .pdfFormatList li { display: inline-block; position: relative; float: left; padding: 0.15em;}
.publicationContent .pdfFormatList li a {text-decoration: none; color:rgb(190, 30, 46);}
.publicationContent .pdfFormats {display: inline-block; position: relative; width: 100%; background: #E8E9F1;}
.publicationContent .pdfFormatList li:first-child {color:#475cc2;}
.publicationContent .articleNavigation {font-size: 14px; display: inline-block; position: relative; float: right;}
.publicationContent .articleNavigation a {text-decoration: none; font-size: 12px; }
.publicationContent .chapterHeader, .publicationContent .journalTitle {color:#475cc2; font-weight: bold; font-size: 12px; display: inline-block; position: relative;}
.publicationContent .ArticleHeader {padding: 0.5em 0;}
.publicationContent .tocHeading {display: inline-block; position: relative; width: 100%; margin: 1em 0 0.35em; color:#475cc2; font-weight: bold;}
.publicationContent .authors {margin: 1em 0;}
.publicationContent .NLM_aff {font-style: italic; font-size: 12px;}
.publicationContent .authors,  .publicationContent .authors  a, .publicationContent .authors dev.expandable-author a{ color: rgb(190, 30, 46); font-size:12px; text-decoration: none; line-height: 16px;}
.publicationContent .authors  a:hover, .publicationContent .doiLink a:hover,.NLM_kwd-group a:hover, .publicationContent .articleNavigation a:hover {text-decoration: underline;}
.publicationContent .keywordsLabel, .publicationContent .doiLink, .publicationContent .articleDates, .publicationContent .copyRightStatement, .publicationContent .publicationDates {font-size: 12px; margin: 1em 0;}
.publicationContent .doiLink a,.NLM_kwd-group a {text-decoration: none;}
.publicationContent .newLine {color: #333; border-bottom: 1px solid #d3d3d3; margin: 1em 0;}
.publicationContent .articleTitleNavigationContainer div {display: inline-block; position: relative;}
.publicationContent .articleTitleNavigationContainer .title {width: 90%;}
.publicationContent .articleTitleNavigationContainer .accessIcon {vertical-align: top; padding-top: 3px;}


.subHeader h2 {
    background-color: white;
    color: #333333;
    font-size: 15px;
}
#journalHomePage .tabContent, #journalHomePage a{
    color: #4694FF;
    font-size: 16px;
}
#journalHomePage .articleEpubDate{
    color: #02029A;
}
#journalHomePage .tabs{
    border-bottom: 5px solid #02029A;
    height: 32px;
}
#journalHomePage .tabs li{
    margin-right: 7px;
}
#journalHomePage .tabs li a{
    color: #02029A;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f6f8f8;
    border: 1px solid #B2B3B3;
    padding: 0px 5px;
}

#journalHomePage .tabs li.active-tab, #journalHomePage .tabs li.active-tab a{
    background: #02029A;
    border: 1px solid #02029A;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#journalHomePage .tabHeading h1{
    color: #02029A;
    display: inline;
}
a.newsArchive{
    float: right;
}
#journalHomePage .tabContent{
    margin:15px 0 0 15px;
}
#journalHomePage .tabContent td{
    padding-bottom: 25px;
}

#snippeditMenu{
    border: 1px solid #9799B8;
    border-radius: 4px;
}

#snippeditMenu #categoryTitle{
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    color: #3249bb;
    background-color:#ADB0D3;
    border-bottom: 2px solid #9799B8;
}

#snippeditMenu #categoryTitle span{
    padding: 6px 0px 6px 10px;
}

#snippeditMenu ul{
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAECF8), to(#FFFFFF));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #EAECF8, #FFFFFF);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #EAECF8, #FFFFFF);
    /* IE 10 */
    background: -ms-linear-gradient(top, #EAECF8, #FFFFFF);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #EAECF8, #FFFFFF);
}

#snippeditMenu div.menuItem{
    height: 24px;
}
#snippeditMenu li div.menuItem a{
    color:#3249bb;
    background: url("../images/go_button.gif") left 5px no-repeat;
    padding: 5px 0 5px 20px;
    margin-left: 10px;
}

#snippeditMenu li div.menuItem.currentSelected{
    background-color: #3B43CA;
}
#snippeditMenu li div.menuItem.currentSelected a{
    color: white;
}

.searchBar{
    font-size:11px;
    background-attachment:scroll;
    background-clip:border-box;
    background-image:none;
    background-origin:padding-box;
}

.searchBar{
    width: 305px;
    float:right;
    font-size:10px;
    margin-top: 10px;
    margin-right: 7px;
}
.searchBar input[type=submit]{
    background-color: #74B2D7;
    border: 1px solid #172778;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    width:32px;
    height:22px;
    margin-left: 5px;
    margin-bottom: 2px;
}


.quicksearch .advancedSearchButton{
    position:relative;
    float: right;
    z-index:9999;
    height: 14px;
    width: 122px;
    bottom: -2px;
    left: -1px;
    padding-top: 4px;
    text-align: center;
    background-color: #74B2D7;
    border: 1px solid #172778;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}
.quicksearch .advancedSearchButton a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}



#quickSearchTabs ul{
    float:left;
    padding-left:8px;
    padding-top: 3px;
    margin: 0;
    list-style: none;
}
#quickSearchTabs li {
    width: auto;
    padding: 3px;
    display: inline-block;
    margin: 0 3px 0 0;
    background-color: #5986bb;
}
#quickSearchTabs li:hover {
    background-color: #1d4c7c;
}
#quickSearchTabs li.selected{
    background:#172778;
}
#quickSearchTabs li a,#quickSearchTabs li a:hover {
    padding: 0 3px;
    font-size: 10px;
    color: white;
    text-decoration: none;
}
#quickSearchTabs .citationSelect {
    width: 40%;
    display: inline-block;
    float: left;
}
#quickSearchTabs .citationInput {
    width: 14%;
    display: inline-block;
    float: left;
    margin-top: 3px;
}
#quickSearchTabs .citationSubmit {
    width: auto;
    display: inline-block;
    float: right;
}
#quickSearchTabs  .quickSearchInput {
    width: 160px;
    float: left;
    display: inline-block;
}
#quickSearchTabs .quickSearchSelectWrapper {
    width: 88px;
    float: left;
    display: inline-block;
}
#quickSearchTabs .tabContent {
    clear: both;
    margin: 0;
    background-color: #dfdfdf;
    border: 2px solid #172778;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#quickSearchTabs .tabContent > div {
    overflow: hidden;
}
#quickSearchTabs .tabContent:after {
    clear: both;
}
#quickSearchTabs .pubInput {
    float: left;
}
#quickSearchTabs #doi input[type=text]{
    width:238px;
    float: left;
}
#quickSearchTabs #keyword input[type=text]{
    width:47% ;
}

#quickSearchTabs #keyword select{
    width:105px;
}
#quickSearchTabs #keyword select,#quickSearchTabs #keyword input{
    margin-right:3px;
}
.selected{
    font-weight:bold;
}


.inner{
    padding:3px;
}
.fill{
    width: 103%;
    font-family:arial,helvetica,clean,sans-serif;
    font-size:11px;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:0;
    padding-top:0;
}
.inner input {
    display: inline;
}
.subHeader .articleGroup h2.header-bar{
    margin-bottom: 5px;
}

.articleGroup .item{
    width:575px;
}

.articleGroup .item .item-details{
    width: 545px;
}

.tocArticlesIcons {
    padding-top: 2px;
    padding-bottom: 8px;

}

#journalHomePage .articleTitle a{
    text-decoration: none;
}
.articleTitleNavigationContainer div.editorialCommentaryRelation{
     margin-top: 15px;
}
.articleTitleNavigationContainer .editorialCommentaryRelation div, .articleTitleNavigationContainer .editorialCommentaryRelation a{
    color: #475cc2;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.articleTitleNavigationContainer .editorialCommentaryRelation div{
    display: block;
    margin-bottom: 2px;
}
.articleTitleNavigationContainer .editorialCommentaryRelation b{
    font-weight: bolder;
}
.placeholder {
    color: #aaa;
}

.bookTools {font-weight: bold; margin: 8px 15px 30px;}
.volumeAndCoverDate {color:#2a83ed; font-size: 13px;}
.volumeAndCoverDate:hover {color: #172778;}
.bookInfo {display: inline; position: relative; text-align: left;}
.bookInfo dl, .bookInfo dd, .bookInfo dt  { float:none; text-align: right; display: inline; position: relative;}
.pubId {text-align: left; width:100%;}
.book .title-group.level1 { color: black; font:bold 16px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; list-style: none; margin: 1.5em 1em;}
.italic {font-style: italic;}
.supplementsSection a{
    color: #2A83ED;
    text-decoration: none;
}
.chapterTitle {color: #475cc2; font-size: 20px; font-weight: bold; padding: 1em 0 0;}
.publicationContent .NLM_abstract {margin: 1em 0;}
.publicationContent .authors span, .publicationContent .authors a.ref {letter-spacing: normal; word-spacing: normal;}


.bioAuthorTitle{
    font-weight: bold;
    font-size: 13px;
}

.bioAuthorSection{
    border: solid 1px lightgrey;
    padding: 8px;
    float: left;
}

.bioAuthorSection img{
    float: left;
    margin-right: 10px;
}

.MA-chapterTitle {
    color: #475cc2;
    font-size: 20px;
    font-weight: bold;
}

a.openFigLayer img {
    width: 400px;
}

.clearBoth {
    clear: both;
}
span.single_highlight_class {
    background-color: rgb(207, 203, 203);
    padding:2px;
}

.black-font {
    color: #000000;
}

/*loi content*/
.opener{
    padding-left: 15px;
    background: url('/templates/jsp/images/expand.gif') 0px 4px no-repeat;
}

.opened .opener{
    background: url('/templates/jsp/images/collapse.gif') 0px 4px no-repeat;;
}

.slider .block {
    overflow: hidden;
    display: none;
}

.opened .block {
    display: block;
}
.tocarticlesiconsPadding{
   padding-left:  2px;
}


/*addThis share buttons*/

	.display-style
	{
 	   display:inline-block;
    }
	.share-container
	{
    	    margin-top:2em;
   }

	.share-style
	{
    	    vertical-align: top;
    	    font-size:11px;
 	}

    /* altmetric badge style */
    .altmetric-container{
        margin-top: 16px;
        text-align: center;
    }

.downloadsCount{
    margin: 5px 0 10px 0;
    padding: 5px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

div.expandable-author, div.expandable-affiliations{
    display: none;
}

span.expandable-author, span.expandable-affiliations{
    cursor: pointer;
    color: #2A83ED;
    font-size: 110%;
}

.access-options-btn{
    background: #5986bb !important;
    display: inline-block !important;
    width: 24%;
}

.abstract-title{
    color: #172778;
    display: inline-block;
    font-size: 20px;
    width: 75%;
}

.access-denial-abstract-head{
    display: block;
}

.hide-important{
    display: none !important;
}

.hidden, .hide-all-link, .show-all-link {
    display: none;
}

.publicationContent .authors .js__toggleArticleAuthors {
    color: #2a83ed;
    font-size: 110%;
}