@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DPT%2BSans");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DDroid%2BSans");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLato");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DRoboto");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLora");

html, body {
	font-family: 'Roboto', 'PT sans', sans-serif;
	font-size: .95em;
	color: #111;
	padding: 0;
	margin: 0;
	height: 100%; /* footerSticky */
	line-height: 130%;
	text-align: center;
	background-color: #f9f9f9;
}

#top_bar {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #3F51B5;
	padding-top: 0.5em;
}

#top_bar a {
	color: white;
	text-decoration: none;
}

#inside_top_bar {
	display: inline-block;
	width: 800px;
	text-align: left;
	font-family: 'Lora', serif;
	font-weight: bold;
	color: white;
}

#inside_top_bar #my_name {
	display: inline-block;
	font-size: 2em;
	padding: 0.75em 0em 0.75em 0.2em;
	white-space: nowrap;
}

#inside_top_bar #my_links {
	display: inline-block;
	font-size: 1em;
	padding: 0.75em 0.2em 0.75em 0em;
	text-align: right;
	width: 100%;
}

#body {
	display: inline-block;
	width: 800px;
	text-align: left;
	background-color: white;
	border: dashed 1px #ccc;
	border-top: none;
	border-bottom: none;
	margin: 0;
}

#content {
	margin: 2em 4em;
	text-align: left;
}

a {
	color: #3F51B5;
	text-decoration: none;
}

.paper-links a {
	color: #3F51B5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin:10px 0px;
	padding:0px;
}

a img {
	border:0;
}

p, li {
	line-height: 140%;
	text-align: justify;
}

ul {
	margin: 0 0 0 0;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.17em; }
h3 { font-size: 1em; }

.clean { 
	clear: both;
	display: block;
}

#footer_spacer
{
	height: 3em;
}

#footer 
{
	background-color: white;
	padding: 3px;
	border: none;
	text-align: left;
}

#footer_contents
{
	font-size: 0.9em;
}

#footer_left
{
	float: left;
}

#footer_right
{
	float: right;
}

.navigation-back {
	font-size: 1em;
	margin: 0;
	font-weight: normal;
}

#article_title {
	text-align: left;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 140%;
}

#author_list, #institutions_list, #emails_list {
	text-align: left;
}

#author_list ul, #institutions_list ul, #emails_list ul {
	padding: 0; margin: 0;
}

#author_list li {
	display: inline; margin: 0; padding: 0 0.5em 0 0;
	white-space: nowrap;
	color: #222;
}

#institutions_list li {
	display: block;
	padding: 0;
	white-space: nowrap;
	font-size: x-small;
}

#emails_list li {
	display: inline; padding: 0 0.5em;
	/*white-space: nowrap;*/
	font-size: small;
}

.video {
	margin: 3em 0;
	text-align: center;
}

div.image {
	margin: 2em 0;
}

div.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border: none;
}

div.image p {
	text-align: center;
	font-size: 90%;
}

ul {
	padding: 0;
	margin: 0 0 0 1em;
}

ul.papers li {
	padding: 0.33em 0;
}

ul.papers li span {
	white-space: nowrap;
}

div.paper-title {
	font-size: 1.1em;
	font-weight: bold;
}

div.paper-authors {
	font-size: 1em;
	font-weight: normal;
	color: #9E9E9E;
}

div.paper-links {
	font-weight: normal;
}

div.paper-teaser {
	float: left;
	width: 125px;
	padding: 0;
	margin-bottom: 1.5em;
}

div.paper-teaser img {
	width: 110px;
	border: none;
	border-radius: 10%; 
	border: solid 1px #333;
}

div.paper-data {
	width: auto;
	margin-left: 110px;
	padding-left: 1em;
	line-height: 140%;
	margin-bottom: 1.5em;
}

div.paper-data p {
	margin: 0.5em 0;
	line-height: 140%;
}
