body {
    height: 100%;
    padding: 5px 20px;
    background-color: #ffffff;
    background-image: url(map.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment:fixed;
}
.return {
    padding: 2px 10px;
    font-family: 'Oswald',sans-serif;
    font-size: 16pt;
    font-weight: 300;
    letter-spacing: 2px;
    font-variant: small-caps;
    color: #bbccff;
    text-decoration: none;
}
a {
    color: #000077;
    text-decoration: none;
}
a:hover {
    color: #0000bb;
}
#main {
    margin: auto;
    width: 1202px;
}
table {
    display: block;
    background-color: white;
    margin: 10px auto 60px;
    width: 1200px;
    border: 2px solid black;
    border-collapse: collapse;
    behavior: url("PIE.htc");
}
td {
    border: 1px solid gray;
    padding: 3px 8px;
    text-align: left;
    vertical-align: top;
}
thead tr:first-of-type th {
    border: 1px solid gray;
    background-color: #ffaaaa;
    padding: 3px 4px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16pt;
    font-weight: 700;
    behavior: url("PIE.htc");
}
thead tr:nth-of-type(1n+2) th {
    border: 1px solid gray;
    background-color: #ffeeee;
    padding: 3px 4px;
    text-align: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 13pt;
    font-weight: 700;
    behavior: url("PIE.htc");
}
tbody {
    font-family: 'Roboto Condensed', sans-serif;
}
table th:first-of-type {
    width: 60px;
    font-weight: 300;
    font-size: 18pt;
    behavior: url("PIE.htc");
}
table td:nth-of-type(6n+1) {
    width: 83px;
    font-weight: 400;
    font-size: 14pt;
    behavior: url("PIE.htc");
}
table th:nth-of-type(6n+2),td:nth-of-type(6n+2) {
    width: 72px;
    padding: 6px 3px 2px;
    font-weight: 300;
    font-size: 11pt;
    text-align: center;
    behavior: url("PIE.htc");
}
table th:nth-of-type(6n+3),td:nth-of-type(6n+3) {
    width: 160px;
    font-weight: 400;
    font-size: 13pt;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
    behavior: url("PIE.htc");
}
table th:nth-of-type(6n+4),td:nth-of-type(6n+4) {
    width: 160px;
    font-weight: 300;
    behavior: url("PIE.htc");
}
table th:nth-of-type(6n+5),td:nth-of-type(6n+5) {
    width: 140px;
    font-size: 10pt;
    font-weight: 300;
    line-height: 1em;
    behavior: url("PIE.htc");
}
table th:nth-of-type(6n+6),td:nth-of-type(6n+6) {
    width: 530px;
    font-weight: 400;
    behavior: url("PIE.htc");
}
#news td {
    border-top: 2px solid black;
}
.alt1a {
    background-color: #f8f8ff;
    border-top: 2px solid black;
}

.alt1b {
    background-color: #f8f8ff;
}

.alt1c {
    background-color: #ffffff;
}
.panel {
    background-color: rgb(255, 239, 255);
}
.printsmall {
    height: 40px; width: 80px;
}


@media only screen and (max-device-width: 480px) {
    body {
        width: auto;
    }
    wrapper {
        width: 480px;
    }
    mobw {
        display: block;
        width: 60%;
        margin: auto;
    }
}

