body {font-family: 'Lora', serif;}

#top_title{
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px grey;
	margin: 5rem 0;
}


#main_wrapper{
    max-width:1100px;
/*    border: 2px solid green;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
	padding: 0 5%;
    }

#pic{
    max-width: 300px;
	display: flex;
	margin: 2rem auto;

}

.text{
    font-size: 16px;
    text-align: justify;
    text-justify: auto;
}

#researcher-table {
	max-width: 950px; 
	margin: 5rem auto;
	border-collapse: collapse;
}

#researcher-table tr td {
	border-bottom: solid 1px black;
	padding: 8px 10px;
}

#researcher-table th {
	border-bottom: solid 2px black;
	padding: 8px;
	font-size: 18px;
}