body {
	background-color: #fdfdfd;
	font-size: 1.1em;
}

div#editorial, div#paper, div#review {
	margin-left: 15%;
	margin-right: 15%;
}

h1, h2, h3, h4, h5, h6 {
	color: #355646;
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	margin-left: -3%;
	margin-top: 30px;
	font-size: 1.5em;
}

h4 {
	margin-left: 3%;
}

h5, h6 {
	margin-left: 3%;
	font-style: italic;
}

h5 {
	margin-left: 8%;
}

h6 {
	margin-left: 12%;
}

header {
	padding-top: 30px;
}

header img {
	float: left;
	padding-right: 20px;
	margin-left: -5%;
}

.journal {
	margin: 0;
	padding: 0;
}

h1.title {
	margin-top: 50px;
}

p.author {
	font-weight: bold;
	margin-bottom: 0;
}

header + p {
	margin-top: 5px;
}

p {
	line-height: 1.1em;
	margin-bottom: 15px;
}

table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 80%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	text-align: center;
}

table td {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 5px;
}

table + p {
	text-align: center;
	font-size: .85em;
	margin-bottom: 30px;
}

p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

p:has(img) + p {
	text-align: center;
	font-size: .85em;
	margin-bottom: 30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

ol li {
	list-style-type: lower-alpha;
	margin-left: 40px;
}

ul li {
	list-style-type: circle;
}

blockquote {
	margin-left: 10px;
}