﻿@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;
        font-size: 1.5em;
        line-height: 1.2;
        margin: 10px 0;
        padding: 10px;
    }

    h2 {
        font-size: 1.3em;
        margin: 15px 0 10px 0;
        padding: 5px;
    }

    h3 {
        font-size: 1.1em;
        margin: 10px 0 5px 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #table2 p {
        clear: both;
        font-size: 14px;
        line-height: 1.4;
        margin: 10px 0;
        padding: 0 10px;
    }

    #table9 > tbody > tr {
        display: none;
    }

    #mapiframe {
        width: 90%;
    }

    .addthis_toolbox {
        overflow: hidden
    }

    /* Enhanced mobile navigation */
    table {
        width: 100% !important;
    }

    /* Better text readability on mobile */
    body {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Mobile-friendly links */
    a {
        display: inline-block;
        min-height: 44px;
        line-height: 44px;
        padding: 0 10px;
    }

    /* Mobile navigation improvements */
    #table13 a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #0066cc;
    }

    #table13 a:hover {
        background-color: #f0f8ff;
    }
}
