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

table {
    max-width: 100% !important;
    height: auto !important;
}

div[align="center"] {
    max-width: 100%;
    overflow-x: auto;
}

body, td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

td[bgcolor="#FFFFFF"] {
    padding: 12px !important;
}

.nav-toggle {
    display: none !important;
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 28px;
    padding: 2px 14px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 0 0 8px;
    line-height: 1;
    vertical-align: middle;
    float: right;
}

.nav-toggle:hover {
    background: rgba(255,255,255,0.15);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: inline-block !important;
    }

    .nav-links {
        display: none !important;
    }

    .nav-links.open {
        display: block !important;
    }
}

@media (max-width: 768px) {
    body, td {
        font-size: 14px !important;
    }

    h1 { font-size: 1.5em !important; }
    h2 { font-size: 1.3em !important; }

    #table1 td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        height: auto !important;
    }

    #table1 td[width="39"],
    #table1 td[width="48"],
    #table1 td[width="13"] {
        display: block;
        width: 100% !important;
    }

    table[width="1169"],
    table[width="100%"] {
        width: 100% !important;
    }

    p[align="center"] a img,
    img[width="106"] {
        max-width: 106px !important;
        height: 35px !important;
    }

    body[bgcolor="#FFFFCC"] table td[width="200"],
    body[bgcolor="#FFFFCC"] table td[width="628"],
    body[bgcolor="#FFFFCC"] table td[width="271"] {
        display: block;
        width: 100% !important;
        padding: 8px !important;
    }

    img[width="510"] {
        max-width: 100% !important;
        height: auto !important;
    }

    img[width="566"],
    img[width="560"],
    img[width="637"],
    img[width="463"],
    img[width="449"] {
        max-width: 100% !important;
        height: auto !important;
    }
}
