body {
	font-family: sans-serif;
	background-color: #fefefe;
}

article {
	width: 780px;
	margin: 0 auto;
}
article h1 {
	margin: 10px 5px;
	color: #ccc;
/* 	text-transform: uppercase; */
	text-transform: lowercase;
	text-align: left;
}
.person {
	overflow: auto;
	margin-top: 100px;
}
.person div {
	float: left;
	width: 45%;
}
.person h1 {
	color: #000;
/* 	text-align: left; */
	font-size: 2em;
	margin-left: 0;
	margin-right: 0;
}
.person h2 {
	margin: 10px 0px;
/* 	color: #ccc; */
/* 	text-transform: uppercase; */
/* 	text-transform: lowercase; */
	text-align: left;
}

.person p {
	float: right;
	width: 55%;
	text-align: center;
}
.person img {
	width: 192px;
	border-radius: 96px;
	float: right;
	margin-right: 50px;
}

@media screen and (max-width: 1000px) {
	.person p, .person h1, .person h2, .person div {
		width: 100%;
		text-align: center;
	}
}

.works {
	margin-top: 50px;
}
.works section {
	border: 1px #ccc solid;
	padding: 15px;
	border-radius: 10px;
	padding: 10px;
	font-size: 0.75em;
	margin: 5px;
	overflow: auto;
	background-color: rgba(255, 255, 255, .5);
}
.works section ol {
	list-style-type: none;
	padding: 0;
}
.works section ol li {
	display: inline;
}
.works section > img {
	float: left;
	object-fit: cover;
/*	width: 64px;
	height: 64px;*/
	width: 5em;
	height: 5em;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px #eee solid;
	padding: 2px;
}
.works section h2 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 5px;
/* 	padding-right: 20px; */
}
.works section p {
	margin: 3px 0;
}
.works section ol {
	margin: 3px 0;
}
@media screen {
	.works section ol .orcid img {
		content:url(orcid_64x64.png);
		height: 1em;
		width: auto;
	}
}

a:link, a:active, a:visited {
/* 		text-decoration: none; */
/* 		vertical-align: text-top; */
	text-decoration: underline;
	text-decoration-style: dotted;
	color: black;
}
a:hover {
	text-decoration: none;
}

.works aside {
	float: right;
}

.works .doi {
	width: 15px;
	height: 15px;
	background-image: url(link.png);
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
/* 	float: right; */
}
.works .doc {
	width: 1.5em;
	height: 1.5em;
	background-image: url(doc.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
/* 	float: right; */
}
.works .sup {
	width: 1.5em;
	height: 1.5em;
	background-image: url(sup.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
/* 	float: right; */
}
.works .bibtex {
	width: 15px;
	height: 15px;
	background-image: url(share.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
/* 	float: right; */
}
