#headerIssn span, #headerTitle a, #headerTitle a:hover {
	color: white;
	text-shadow: none;
}

body {
	background: white;
}

footer .underFooter {
	background: none;
        padding: 10px;
}

footer .underFooter .central {
	display: grid;
	grid-template-columns: 1fr 1fr max-content;
	grid-gap: 10px;
}

#siteLogo {
	padding-left: 20px;
}

#siteLogo img {
	max-width: 250px;
	width: -webkit-fill-available;
}

input.button, input.defaultButton, #sidebar div.block input[type="submit"] {
	background: #a0d5f5;
	background: -moz-linear-gradient(top, #a0d5f5 0%, #2fa2ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0d5f5), color-stop(100%,#2fa2ea));
	background: -webkit-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: -o-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: -ms-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: linear-gradient(to bottom, #a0d5f5 0%,#2fa2ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d5f5', endColorstr='#2fa2ea',GradientType=0 );
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 0 #737373;
	box-shadow: 1px 1px 2px 0 #737373;
	color: #fff;
}

a.icon.button, a.authorArrow, a.authorArrow:hover {
	padding: 6px 6px 6px 6px;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	font-family: 'magistralcregular';
	background: #a0d5f5;
	background: -moz-linear-gradient(top, #a0d5f5 0%, #2fa2ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0d5f5), color-stop(100%,#2fa2ea));
	background: -webkit-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: -o-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: -ms-linear-gradient(top, #a0d5f5 0%,#2fa2ea 100%);
	background: linear-gradient(to bottom, #a0d5f5 0%,#2fa2ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d5f5', endColorstr='#2fa2ea',GradientType=0 );
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 0 #737373;
	box-shadow: 1px 1px 2px 0 #737373;
}

.pkp_form .authorButton {
	border: 2px solid #2fa2ea;
}

.authorCheckbox:after {
	background-color: #2fa2ea;
}

#container {
	box-sizing: border-box;
	background-color: white;
	min-height: calc(100vh - 72px);
}

#header {
	background: url('../../files/journals/1/img/head.jpg') left top;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 120px;
	background-size: cover;
}

div#headerWrap {
	background-size: cover !important;
	min-height: 120px;
}

#languageToggle {
	background: url(../../img/style/flags_bg.png) left -5px;
	padding: 0px 30px;
	background-size: 100%;
}

#languageToggle div.active {
	background: none;
}

#content {
	padding: 0px;
	border: none;
}

table.listing tr.heading, table.info td.heading {
  background: #0054a5 !important;
}

section.rotator {
    background: url(../../img/style/index_banner_bg.jpg) bottom left repeat-x #e5e5e5;
    box-shadow: none;
    width: 100%;
    margin: 0;
}

section.similarJournals {
    padding: 0px;
}

section.similarJournals dl {
    box-shadow: none;
}

section.similarJournals dl:after {
    content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}

section.similarJournals dl dd {
    padding: 10px;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a,
#content h1, #content h2, #content h3, #content h4, #content h5,
#main h1, #main h2, #main h3, #main h4, #main h5,
#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a {
	color: #0b4a5f;
	font-weight: bold;
	font-family: 'magistralcregular';
}

div.separator {
	background-color: #8E8E8E;
}

hr {
	color: #015DC1;
	background-color: #8E8E8E;
}

table.announcements td.headseparator {
	border-top: 1px solid #8E8E8E;
	font-size: 0.25em;
	line-height: 10%;
}

table.spec tr.head_row {
    background: #0054a5 !important;
}

#sidebar div.block span.blockTitle, #sidebar div#prePrintsBlock span.blockTitle, #sidebar div#retractedArticlesBlock span.blockTitle {
    background: url(../../img/style/menu_title_item.png) left 1px no-repeat;
    margin: 0 0 5px 0;
}

#sidebar div.block a {
  color: #2c2c2c;
  font-size: 14px;
}

footer .separator {
    display: none;
}

footer {
        max-width: 1440px;
        margin: 0 auto;
        background: #0054a5;
}

footer p, footer a, footer a:visited, footer a:active, footer a:link {
        color: white;
}

.wrs_tickContainer {
	display: none;
}

.categoryName a {
	font-size: 150%;
}

details summary {
    margin: 10px 0px 5px 0px;
    font-size: 18px;
    font-family: 'magistralcregular';
    color: #015DC1;
    font-weight: bold;
    padding-top: 0px;
    text-align: left;
    cursor: pointer;
}

#cookieInformer div h2 {
	color: #c3e4f9 !important;
}

#cookieInformer {
	background: #243e82;
	border: #0a274f 5px solid;
}

div span.heading, div div.heading {
	background: #0054a5;
        
}

@media (max-width: 949px) {
        #homepageImage img {
                float: left;
                margin-right: 10px;
                max-width: 150px;
        }
}
