@charset "utf-8";
/* CSS Document */
.nav_3  {
    color: rgba(12,207,93,1.00)!important;
}
/*professor*/
.members_professor {
    position: relative;
}
.members_professor img {
    position: absolute;
    top: 40px;
    right: 200px;
    width: 150px;
    height: auto;
}
.members_professor h1 {
    color: #7987B8;
    font-size: 24px;
}
.members_professor h2 {
    color: #000000;
    font-size: 24px;
}
.members_professor p {
    font-size: 18px;
}
/*group*/
.members_group {
}
.members_group h1 {
    color: #7987B8;
    font-size: 28px;
}
.members_group h2 {
    color: #7987B8;
    font-size: 24px;
    
}
.members_group h3 {
		float: left;
    width: 60%;
    line-height: 25px;
    padding-left: 100px;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: normal;
}
.members_group ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.members_group ul li {
    list-style-type: none;
    margin-bottom: 20px;
}
.members_group ul li img {
    padding-left: 105px;
    width: 150px;
    float: left;
    height: auto;
}
.members_group ul li p {
    font-size: 18px;
    float: left;
    width: 60%;
    line-height: 25px;
    padding-left: 100px;
}
/*undergraduate,members_previous*/
.members_high, .members_previous, .members_undergraduate {
}
.members_high h1, .members_previous h1, .members_undergraduate h1 {
    color: #7987B8;
    font-size: 24px;
}
.members_high ul, .members_previous ul, .members_undergraduate ul{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;	
}
.members_high ul li, .members_previous ul li, .members_undergraduate ul li {
    list-style-type: none;
    width: 360px;
    height: auto;
    float: left;
    text-align: center;
}
.members_high ul li img, .members_previous ul li img, .members_undergraduate ul li img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 150px;
    height: auto;
}
.members_previous ul li h2, .members_undergraduate ul li h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: normal;
}
.members_high ul li h3, .members_previous ul li h3, .members_undergraduate ul li h3 {
    font-size: 18px;
	font-weight: normal;
}
.members_high ul li h2{
	font-size: 24px;
    margin-top: 0px;
    margin-bottom: 100px;
	font-weight: normal;
}