/*random research profile*/

#research_profile {
   height: 228px;
    left: 35px;
    overflow: hidden;
    position: absolute;
    top: 510px;
    width: 220px;
    z-index: 1;
}

.researcher_block {
width: 100%;
clear: both;
height: 100%;
}
.researcher_block h4 {
color: #333;
margin-bottom: 5px;
}
.researcher_block img {
margin-right: 15px;
margin-bottom:15px;
}

.researcher_block p {
 margin-top: 5px;
 }

.researcher_profile_more {
font-weight: bold;
padding-top: 5px;
}