﻿.committee
{
}

.committee .bios
{
    margin-left:30px;
}
.committee .member
{
    width: 192px;
    border: solid 4px #e7e7e7;
    float: left;
    min-height:300px;
    margin-right: 15px;
    background: #e7e7e7;
    margin-left:15px;
}

.committee .member .image
{
    width: 192px;
    height: 132px;
    vertical-align:middle;
    
}

.committee .member .text
{
    padding: 10px;
}

.committee .member .text h1
{
    color: #444;
}
