body {
	background-color:#fff;
	font-family: 'Noto Sans', sans-serif;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 75%;
	margin: auto;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub{
	bottom: -0.25em
}
sup{
	top: -0.5em
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	padding: 5px;
	max-width: 90%;
}
ol {
  text-indent: 0;
  margin-left: 2em;
}
ul {
  text-indent: 0;
  margin-left: 2em;
}
li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
blockquote {
  text-indent: 0;
  font-size: 90%;
}
h1 { 
	display: block;
	font-size: 120%;
  font-weight: lighter;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;
}

.author {
  display: block;
  font-size: 90%;
  font-weight: bold;

}
.institution {
  display: block;
  font-size: 90%;
  font-style: italic;
  margin-top:-0.5em;
  margin-bottom: 5em;
}

.journaltitle {
  display: block;
  font-size: 80%;
  padding-bottom: 10px;
}

figure {
  display: block;
  text-indent: 0;
}
figcaption { 
	text-align: left;
	display: block;
	font-size: 85%;
	font-style: italic;
  text-indent: 0;
}
hr {
	width: 75%; 
	margin-right:100%; 
	border-top: 0.5px;
	margin-bottom: 20px;
}
.issue {
  display: block;
	color: #2b2b2b;
}
div.text {
  display: block;
  text-indent: 2em;
}
p.first {
  display: block;
  text-indent: 0;
}

div.abstract{
  padding-bottom: 30px;
}
h3.abstract{
  display: inline;
  margin-right: 20px;
}
p.abstract{
  display: inline;
}
h3.authorbio{
  display: inline;
  margin-right: 20px;
}
p.authorbio{
  display: inline;
}
div.authorbio{
  padding-bottom: 30px;
}

div.footnotes {
  text-indent: -3em;
}

.ref-no {
  margin-left: 1em;
}

.footnotes-part {
  margin-left: 0.5em;
  text-indent: 0;
}

table {
  border-collapse: collapse;
  text-indent: 0;
}

th {
  border: 1px solid black;
  padding: 0.5rem;
  text-align: center;
}

td {
  border: 1px solid black;
  padding: 1rem;
  text-align: left;
}

thead {
  font-weight: bold;
  color: white;
  background-color: black;
}