@import "glt.css";
@import "fonts.css";

body {
    background-color: #fafbff;
    color: #000000;
}

h1, h2, h3, h4 {
    text-align: center;
}

h2 {
    margin-top: 1pt;
    margin-bottom: 3pt;
}

th.active {
    font-size: 12pt;
    text-align: center;
    background-color: #bbccdd;
    color: #0044cc;
}
th.inactive {
    font-size: 12pt;
    text-align: center;
    background-color: #cccccc;
}
th.active2 {
    font-size: 11pt;
    text-align: center;
    background-color: #bbccdd;
    color: #0044cc;
}
th.inactive2 {
    font-size: 11pt;
    text-align: center;
    background-color: #cccccc;
}
th.dateRange {
    font-size: 10pt;
    text-align: center;
    background-color: #cccccc;
}
th.blank {
    font-size: 10pt;
    background-color: #fafbff !important;
}

table {
    margin-left: auto;
    margin-right: auto;
}

td {
    font-size: 11pt;
    text-align: right;
    background-color: #eeeeee;
}
td.blank {
    background-color: #fafbff !important;
}
tr.current td {
    background-color: #ddddff;
}
tr.normal td {
    background-color: #dddddd;
    font-style: italic;
}
tr.normal0 td {
    background-color: #dddddd;
    color: #888888;
    font-style: italic;
}
tr.normal2k td {
    background-color: #dddddd;
    color: #888888;
    font-style: italic;
}
td.rank {
    background-color: #cccccc;
    font-weight: bold;
}
td.sorted {
    background-color: #ddeeff;
}

p.months {
    text-align: center;
    font-size: 12pt;
    margin-top: 2pt;
    margin-bottom: 4pt;
}

p.stations {
    text-align: center;
    font-size: 10pt;
    margin-top: 2pt;
    margin-bottom: 4pt;
}

p.coldest {
    text-align: center;
    font-size: 11pt;
    font-style: italic;
    margin-top: 2pt;
    margin-bottom: 4pt;
}

p.summer {
    text-align: center;
    font-size: 12pt;
    margin-top: 2pt;
    margin-bottom: 4pt;
}

p.extra {
    text-align: center;
    font-size: 12pt;
    font-style: italic;
    margin-top: 2pt;
    margin-bottom: 4pt;
}

p.home {
    text-align: center;
    font-family: "Courier New", Courier, fixed;
    font-size: 13pt;
    font-weight: bold;
    margin-top: 2pt;
    margin-bottom: 10pt;
}

p.columns {
    text-align: center;
    font-size: 12pt;
    font-style: italic;
    margin-top: 2pt;
    margin-bottom: 2pt;
}
p.source {
    text-align: center;
    font-size: 11pt;
    font-style: italic;
}

.activeStation {
    font-weight: bold;
}

.activeMonth {
    font-weight: bold;
}
