#blog-title {
	font-size: 0.8em;
}

#logo {
	vertical-align: middle;
}

#footer {
	text-align: center;
}

img.mugshot {
	float : left;
	margin-right : 0.5em;
}

ul.person_contact_details {
	list-style: none;
	text-align:right;
}

ul.person_contact_details li {
	font-size: 90%;
}

ul.profile-badges {
	list-style: none;
	text-align:right;
	margin-top: -4em;
}


ul.profile-badges li.badge {
	display: inline-block;
	list-style-type: none;
	width : 30px;
	height : 30px;
	background-repeat: no-repeat;
	background-position: center;
}

ul.profile-badges li.badge.google-scholar {
	background-image :  url(/assets/images/badge_google_scholar.png);
}

ul.profile-badges li.badge.mendeley {
	background-image :  url(/assets/images/badge_mendeley.png);
}

ul.profile-badges li.badge.researchgate {
	background-image :  url(/assets/images/badge_researchgate.png);
}

ul.profile-badges li.badge.linked-in {
	background-image :  url(/assets/images/badge_linkedin.png);
}

ul.profile-badges li.badge.orcid {
	background-image :  url(/assets/images/badge_orcid.png);
}

ul.profile-badges li.badge.twitter {
	background-image :  url(/assets/images/badge_twitter.png);
}

.theses_yearlist ul, 
.theses_peoplelist ul {
	list-style: none;
	
}

.theses_peoplelist ul li,
.theses_yearlist ul li {
	display: inline-block;
	margin-right: 0.2em;
}

article.h-entry.post-text header h1 {
	font-size : 105%;
}

table thead {
	color : white;
	background : #7e8fb2;

}

table th, table td {
	padding : 5px 10px;
}

table tbody tr {
	background : #dbe9fe;
}




