div.citation_format_options{
    display:none;
}

#content_stats:after{
    content:"Statistics current as at December 2020.";
    font-size:small;
}

#strapline {
    _background-image: url(date-sem-week-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    width: 316px;
}

div#strapline img {
	padding-top: 7px !important;
    padding-left: 7px !important;
}

/* Based on plugins/themes/default/styles/variables.less */
/* @screen-desktop: 992px;                               */
@media (max-width: 992px) {
	.realworld {
		display: none;
	}
}

#blue-bar {
    _background-image: url(dateline.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 30px;
	width: 290px;
	margin-bottom: -30px;
}

@media (min-width: 991px) {
	#library-logo img {
		width: 50%;
	}

	#lr-license img {
		width: 80%;
	}
}

@media (max-width: 992px) {
    #library-logo img {
        width: 20%;
    }

    #lr-license img {
        width: 40%;
    }
}

@media (min-width: 992px) {
	.has_site_logo .pkp_head_wrapper {
			padding-top: 7px;
	}
}

#abstractView {
     border-right:1px solid #000;
     padding-right: 2em;    
     margin-right:1em;
     text-align:center;
     float:left;
}

#content_stats {
     width:100%;
     overflow:hidden;
}

.galleyLabel {
     text-align:center;
}

.galley-article-count {
     text-align:center;
     font-size:2em;
     padding-top: .25em;
}

.statsDateLabel {
    margin-top: .75em;
    font-size: 138%;
    padding-left: .5em;
}
