/* ----- Employee Profiles --*/

.employee {
    margin-bottom: 30px;
}

.employee img {
    width: 190px;
    float: left;
    margin-bottom: 20px;
}

.employee_description {
    width: 455px;
    float: right;
}

