


#prof_name {
    width: 110px;
    height: 85px;
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 55px;
	background: #70ba97;
	color: white;
}

#prof_name.blue_bg {
    height: 88px;
    padding-top: 22px;
}

#prof_title {
    width: 130px;
    padding-top: 10px;
    color: black;
    font-size: 10px;
    display: inline-block;
    line-height: 1.6;
    /*border-top: 3px solid #70ba97;*/
}

#prof_title.blue {
    border-top: 3px solid #82adcd;
}

