﻿@media only screen and (max-width: 640px) {
    #table1a > tbody > tr > td:nth-child(1), #table1a > tbody > tr > td:nth-child(2), #table1, #table2 > tbody > tr:nth-child(1) {
        display:none
    }

    h1 {
        background: white;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #table2 p {
        clear: both;
    }

    #table9 > tbody > tr {
        display: none;
    }

    #mapiframe {
        width: 90%;
    }

    .addthis_toolbox {
        overflow: hidden;
    }

    #mobiletopnav {
        display: block !important
    }

    #mobiletopnav ul {
        padding: 0;
    }

    #mobiletopnav li {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 1px
    }

    #mobiletopnav a {
        text-align: center;
        text-transform: uppercase;
        display: block;
        background: #93ABD1;
        text-decoration: none;
        line-height: 2.75em;
    }
}
