.person
{
    float: clear;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
}

.person div.smallresult:hover
{
    cursor: pointer;
}

.person div.smallresult img.person_photo
{
    float: left;
    padding-right: 10px;
}

div.modal-body .personcard img.person_photo
{
    float: right;
    padding-left: 10px;
    max-width: 150px;
}

div.modal-body .personcard h3
{
    font-size: 14px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    margin: 10px 0;
}


div.modal-body .personcard div.personcard a span.name
{
    color: #000;
    font-size: 20px;
    display: block;
}

div.modal-body .personcard div.personcard a
{
    text-decoration: none;
}

.person a span.name, .person span.name a
{
    font-size: 16px;
    color: #0000CC;
    
}

.person ul.keywords li, .personcard ul.keywords li
{
    display: inline-block;
    padding: 4px;
    margin: 4px;
    border: 1px solid #AAAACC;
    background: none repeat scroll 0 0 #F5F9FF;
    border-radius: 2px 2px 2px 2px;
}

div.modal-body .personcard div.peoplelink a
{
    color: #0065BD;
    font-weight: bold;
    text-decoration: none !important;
}

div.modal-body .personcard div.peoplelink
{
    margin-top: 15px;
    clear: both;
}

table.people
{
    width: 100%;
}

table.people td.first, table.people td.middle,
table.people th.first, table.people th.middle
{
    border-right: 1px solid black;
}

table.people td
{
    padding-left: 5px;
    padding-right: 5px;
}

table.people tbody tr:nth-child(odd)
{
    background-color: #EAEAEA;
}
