body {
	background: white;
}

#header {
	background: none;
}

#headerWrap {
	grid-template-columns: 1fr 80px 200px;
}

#siteLogo {
	display: none;
}

#headerTitle {
	text-align: left;
	margin: 0;
}

#headerTitle img {
	max-height: 130px;
}

#headerIssn span {
	color: black;
	font-size: 18px;
	text-shadow: none;
}

#languageToggle {
	background: none;
	padding: 0px;
	text-align: right;
	margin: 0;
	justify-content: flex-end;
}

nav ul.menu {
	max-width: 1440px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid red;
	margin: 0 auto;
}

nav ul li.sep {
	background: none;
	height: 38px;
	width: unset;
	border: 1px solid #ccc;
}

.dropdown {
	background: white;
}

ul.menu li {
	margin: 0px -2px;
}

nav ul.menu a {
	color: black;
	font-weight: bold;
}

nav ul.menu a:hover {
	background: #1d70b7;
	color: white;
}

#main {
	padding-left: 0px;
}

#content {
	padding: 10px;
	border: 1px solid #ccc;
}

#sidebar div.block {
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid red;
	margin-top: 24px;
}

#sidebar div.block span.blockTitle, #sidebar div#prePrintsBlock span.blockTitle, #sidebar div#retractedArticlesBlock span.blockTitle {
	background: none;
	color: black;
	text-transform: none;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

footer {
	max-width: 1440px;
	margin: 0 auto;
	display: none;
}

footer .footerTop {
	background: #ebebeb;
}

footer .underFooter {
	background: #ccc;
}

input.button, input.defaultButton, #sidebar div.block input[type="submit"], a.icon.button, a.authorArrow, a.authorArrow:hover, .authorCheckbox:after {
	background: #1d70b7 !important;
	border: none;
	border-radius: unset;
	box-shadow: unset;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	height: auto;
}

.authorCheckbox:after {
	padding: 0px;
}

table.listing td.dark, table.listing tr.dark td, table.info td.dark, .dark {
	background: #f7f7f7;
}

table.listing td.light, table.listing tr.light td, table.info td.light, .light {
	background: white;
}

a, a:visited, a:active, a:link {
	text-decoration: none;
	color: black;
}

div span.heading, div div.heading, table .heading, table.listing tr.heading, table.info td.heading {
	background: #1d70b7 !important;
}

#sidebar div.block ul li, #content ul li {
	list-style-image: none;
	list-style: disc;
}

#tabs ul li {
	list-style: none;
}

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: black;
}

#sidebar div.block input, input, #sidebar div.block select, select, input.textField, select.selectMenu, textarea.textArea, input.uploadField, input[type="checkbox"], .pkp_form input, .pkp_form ul.interests, .pkp_form select {
	border: none;
	border-bottom: 1px #ccc solid;
}

form#subscriptionStatisticsForm, form#reviewerForm, form#metadata, form#submit, form#profile, #registerForm, #retraction, form#userForm, form#paymentSettingsForm, form#saveReviewFormResponse, div#supportData, .ui-widget-content {
	border: none;
	background: white;
}

@media (max-width: 1199px) {
	.navMobile {
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
	}

	#headerWrap {
		grid-template-columns: 1fr;
	}

	#headerTitle {
		margin: 0 auto;
	}

	#content {
		border: none;
	}

	#languageToggle {
		justify-content: unset;
		margin: 0 auto;
	}
}
