#alumni table {
    border-collapse: collapse;
    width: 100%;
}

#alumni tr.row1 {
    background: #FFFFFF;
}

#alumni tr.row2 {
    background: #F3F3F3;
}

#alumni td {
    vertical-align: top;
    text-align: left;
    //overflow: hidden;
    //height: 110px;
}

#alumni td.name td.picture td.phone {
    width: 50px;
}


#alumni td.email {
    width: 10px;
}

#alumni th {
    font-weight: bold;
    font-size: 1.1em;
    overflow: hidden;
    height: 10px;
    background: #0F4D92;
    color: white;
    padding: 5px;
    align: center;
}

#alumni img {
    width: 100px;
    height: 100px;
}