<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
    }

}
</pre></body></html>