.studentship-title{
    font-family: "UTM Facebook"; font-size: 35px; line-height: 35px;
    color: #6b6b6b;
}
.studentship-avatar{
    width: 233px;
    height: 255px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 14px;
}
.studentship-avatar img{
    width: 233px;
    height: 255px;
}
.studentship-avatar .shadow{
    position: absolute; left: 0; bottom: -15px;
    height: 14px;
    width: 233px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.studentship-content{
    width: 745px;
    text-align: justify;
    font-size: 14px;
}
.studentship-content p{
    margin-bottom: 10px !important;
}
.studentship-content h1.df{
    font-family: "UTM Facebook"; font-size: 25px; line-height: 25px;
    color: #6b6b6b;
}
.studentship-content .value{
    padding-bottom: 5px;
}
.studentship-content .sitem{
    width: 322px;
    padding-left: 50px;
    line-height: 22px;
    background: url(../images/li.png) 32px 8px  no-repeat;
}
.tbl-studentship{
    width: 100%;
    margin: 0; 
    border-collapse: collapse;
}
.tbl-studentship td{
    border: 1px solid #c3c3c3;
    padding: 7px 7px 7px 15px;
    background-color: #fefff2;
}
.tbl-studentship td.value{
    font-size: 14px;
}
.tbl-studentship td.label{
    width: 210px;
    background-color: #fcffd2;
    color: #1a8da2;
    font-weight: bold;
}
.tbl-studentship .tr-im td.label{
    background-color: #ebf0b3;
}
.tbl-studentship .tr-im td.value{
    background-color: #edefd8;
}
.tbl-studentship td p:last-child{
    margin-bottom: 0 !important;
}
.tbl-studentship td li{
    list-style-image: url(../images/li.png);
}