﻿/* THIS IS WHERE IT ALL STARTS !!!!!!!!!!!!!!!!!*/

@media only screen and (min-width: 480px)
{
    #leftinner
    {
        margin-top: 10px;
    }

    #toplinecontact
    {
        display: block;
        color: #ffffff; /*float: right;*/
        font-size: .7em;
        padding: 0px 2px 2px 2px; /*margin-right: 20px;*/
        text-align: center;
    }

    #toplinecontact a
    {
        text-decoration: none;
        color: #ffffff;
    }

}
