
table.main {
  margin-left:auto; 
  margin-right:auto;
  border-style: outset;
  border-width: 4px;
  border-color: blue;
  padding: 1em 1em 1em 1em;
  border-padding: 1em;
}

thead {
  font-size:150%;
  color:blue;
  font-weight: bold;
}

tr#yr {
  border-bottom: 2px solid black;
}

.list {
    float:left;
    width:40%;
}

.standardlist {
    float:right;
    width:40%;
}

ul {
    list-style:none;
}

.ui-accordion-content{
    height:auto;
}

.fellow_bio{
    display:block;
    margin:40px 0px;
    height:auto;
    clear:both;
    overflow:auto;
}

.fellow_bio h1, h2, h3{
    text-align:left;
}

.fellow_bio h1{
    font-size:x-large;
}

.bio img{
    float:left;
    display:inline;
    clear:both;
}

.bio p{
    clear:left;
}

.mentor_block{
    color:#fff;
    width:90%;
    background-color:#999999;
    margin: 10px auto;
    padding-left:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.mentor_block img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height:250px;
    margin:10px auto;
}

.mentor_bio{
    display:inline;
    float:left;
    width:70%;
}

.mentor_bio h1, h2, h3{
    text-align:left;
}

.mentor_bio h1{
    font-size:x-large;
    color:#00005C;
}

.alumni_year{
    color:#333;
    font-style:italic;
    margin-top:0;
}

.institution{
    margin-top:0;
    font-size:large;
    color:#004573;
}

.email{
    margin-top:0;
    color:#99CCFF;
}

.mentor_bio p{
    clear:left;
    margin-bottom:0;
}
