body {
	font-family: "Oxygen", Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
.container {
	max-width: 800px;
}
.header {
	margin-top: 4rem;
	text-align: center;
}
h1, h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}
hr {
	height: 1px;
	margin: 0.5rem 0;
background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5,
	#333333), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0),
	#333333, rgba(0, 0, 0, 0));
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0),
	#333333, rgba(0, 0, 0, 0));
background: -o-linear-gradient(left, rgba(0, 0, 0, 0),
	#333333, rgba(0, 0, 0, 0));
background: linear-gradient(left, rgba(0, 0, 0, 0),
	#333333, rgba(0, 0, 0, 0));
	border: 0;
}
header, footer {
	text-align: center;
}
footer {
	margin-bottom: 2rem;
}
.headerTitle {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #404040;
	margin: 1rem 0 0.2rem 0;
	font-size: 1.3rem;
}
.nav {
	font-family: "Oxygen", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}
figcaption {
	text-align: center;
	font-size: 80%;
}
.publink {
	font-size: 90%;
}
figcaption {
	margin-top: 1rem;
}
.threeDcontainer {
	width: 640px;
	height: 480px;
	margin: 0 auto;
}
.statusText {
	font-size: 80%;
	text-align: center;
}
h2.person {
	font-size: 2.5rem;
	margin-bottom: 0.2rem;
}
p.person {
	font-size: 1.5rem;
}
ul {
	list-style-position: outside;
	padding-left: 2rem;
}
li{
  margin: 0.5rem 0;
}
#progress {
	font-family: "Oxygen", Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	text-align: center;
	display: block;
}
#progressbar {
	text-align: center;
	background: white;
	width: 250px;
	height: 10px;
	border: 1px solid #A0A0A0;
}
#bar {
	background: #1EAEDB;
	width: 50px;
	height: 10px;
}
#threeDrenderer {
	border-radius: 10px;
	border: 1px solid #A0A0A0;
}
.button-primary {
	height: 25px;
	line-height: 25px;
}

.pubTitle {
	font-weight: bold;
}
.pubBooktitle {
	font-style: italic;
}
.pubDoi, .pubUrl, .pubCite {
	font-size: 1.3rem;
}

.orcidIcon{
	height: 1.2rem;
	display: inline;
}