﻿
.EmployeeList
{
}
.EmployeeList .employee
{
    border: 10px solid #dedede;
    background: #fff;
    width: 300px;
    height: 200px;
    float: left;
    margin: 0 10px 10px 0;
    color: #666;
}
.EmployeeList dd
{
    margin: 0 10px 0 120px;
}
.EmployeeList .photo
{
    width: 100px;
    margin: 10px;
    float: left;
}
.EmployeeList .name
{
    font-weight: bold;
    margin-top: 10px;
}
.EmployeeList .title
{
    color: #369;
    font-size: 0.75em;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 1em;
}

