body {
	font-family:  'Roboto', 'Raleway', 'sans-serif', 'Helvetica';
	font-size: 12pt;
	font-weight: 300;
	text-align: justify;
	line-height: 150%;
	background: #FFF;
}

header {
	font-family: 'Raleway', 'Roboto', 'sans-serif', 'Helvetica';
	padding-top: 15px;
	margin-bottom: 25px;
}

.header-block {
	background: #F0F0F0;
}

.body-block {
	background: #F8F8F8;
	padding-top: 25px;
	padding-bottom: 15px;
}

.page-header a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;	
}

.page-header {
	border-bottom: 1px solid #000; <!-- #EEE -->
}

#top-nav {
	padding-bottom: 9px;
	border-bottom: 1px solid #000; <!-- #EEE -->
	font-size: 14pt;
}

#top-nav li {
	padding: 5px;
	padding-right: 50px;
}

#top-nav a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;	
}

section {
	margin-bottom: 45px;	
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: black;	
}

.left-menu {
	text-align: right;
	text-indent: 0px;
	line-height: 150%;
	list-style-type: none;
}

.section-title {
	font-size: 125%;
	text-transform: uppercase;
}

.subsection-title {
	font-size: 110%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.bio {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 110%;
	text-indent: 0px;
	text-align: center;
	font-size: 110%;
	list-style-type: none;
}

.bio li {
	padding-bottom: 10px;
}

.list {
	margin-top: 10px;
	list-style-type: none;
	text-indent: 0px;
}

.list li {
	padding-bottom: 20px;
}

.list .last-element {
	padding-bottom: 0px;
}

.sublist li {
	padding: 0pt;
	list-style-type: circle;
	text-indent: 0px;
}

.indented-list {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	text-indent: 0px;
	line-height: 250%;
}

.supported-by {
	font-size: 10pt;
	text-align: center;
}

.excerpt {
	text-indent: 10px;
	overflow: ellipsis;
}

.keywords {
	font-size: 90%;
	text-align: left;
}

.date {
	font-weight: bold;
}

.title {
	font-style: italic;
}

th {
	text-align: center;
}

.it-table {
	border-collapse: collapse;
	margin-left: 10px;
	text-align: left;
}

.it-table th, .it-table td {
	border: 1px solid black;
	padding: 5px;
}

.it-table .no-border {
	border: 0px;
}

.language-table {
	border-collapse: collapse;
	border: 0px;
	margin-left: 20px;
	text-align: center;
}

.language-table th, .language-table td {
	padding: 10px;
	border-right: 1px solid black;
}

.language-table th {
	border-bottom: 1px solid black;
}

.language-table .no-border {
	border: 0px;
}

figure {
	font-size: 10pt;
	text-align: center;
	margin-bottom: 10pt;
}

footer {
	margin-top: 25px;
	font-size: 85%;
	line-height: 100%;
}

footer img {
	margin-bottom: 10px;
}

footer p {
	margin: 0 0 10 0px;
	padding: 0px;
}

.social-media {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}

.social-media li {
	display: inline;
	padding-right: 2px;
}

.social-media li {
	height: 25px;
	width: 25px;
}

.pub_list {
	list-style-type: upper-roman;
	text-indent: 0px;
}

.pub_list li {
	padding-bottom: 10px;
}

.preprint a:link, .preprint a:hover, .preprint a:visited, .preprint a:active{
	color: #3636F2;
} 