﻿.ContactRow
{
    margin-top: 8px;
    border-collapse: collapse;
}

.ContactRowPictureContainer
{
    width: 140px;
}


.ContactRowPicture
{
    width: 130px;
    height: 130px;
    border: none;
}

.ContactRowPicture a img
{
    background-color: #F6F6F6;
    border: 2px solid #EEEEEE;
    padding: 3px;
}


.ContactRowName
{
    font-weight: bold;
    font-size: 1.1em;
}

.ContactRowDescription
{
    font-weight: normal;
}
