﻿.Contact
{
    width: 500px;
    float: left;
    text-align: left;
    background-color: Yellow;
}

.ContactMedia
{
    width: 100px;
    float: left;
    color: Navy;
}

.ContactDetails
{
    width: 300px;
    float: left;
}

.filler
{
    width:150px;
    float:left;
    background-color: White;
}