
body {
    background-color: #FFFFFF;
}

hr {
    background: #FF9900;
    color: #FF9900; 
    border-style: none;
    padding-top: 0px;
    height: 2px;
}

h2 {
    padding: 0px 5px 5px 5px;
    margin-bottom: 2px;
    color: #003399;
}

/* Where station names are mentioned in paragraphs. */
.span-station-name {
    font-style: italic;
}

em.hi {
    background-color: #00eeee;
}

.directory-table {
    border-collapse: collapse;
    border: black solid 3px;
}

.directory-table td {
    border: black solid 1px;
    padding: 5px;
}

.directory-table thead td {
    font-weight: bold;
}

#controls {
    /* margin: auto; */
    /* display: inline-block; */
    /* background-color: #f4f4f4; */
    /* padding: 5px; */
}

#form-controls {
    margin: 0;
}

#plot-fields {
    border: black solid 2px;
    padding: 5px;
    /* display: inline-block; */
}

.stats-table {
    border: 5px outset #6699cc;
    border-collapse: separate;
    border-spacing: 8px 2px;
    padding: 8px;
    background-color: #6699cc;
    margin: 10px auto 10px auto;
}

.stats-caption {
    caption-side: bottom;
    font-style: italic;
    padding: 5px;
}

.stats-table td {
    padding: 3px;
}

/* Make sure all row and column headers share the table background.  Inherit
   does not work here because the alternating tr backgrounds are different
   than the table background. */

.stats-table th {
    background-color: #6699cc;
    text-align: center;
}

/* first row and all odd rows */

.stats-table tr:nth-of-type(odd) {
    background-color: #cccccc;
}

/* second row and all even rows */

.stats-table tr:nth-of-type(even) {
    background-color: #dddddd;
}

/* first number column centered, last two numbers right-aligned */

/* The first td column could inherit text-align: center from the div, but
   make it explicit anyway. */

.stats-table td:nth-of-type(1) {
    text-align: center;
}

.stats-table td:nth-of-type(2) {
    text-align: right;
}

.stats-table td:nth-of-type(3) {
    text-align: right;
}

.nav-link {
    text-align: center;
}

.nav-item {
    padding-right: 2ch;
}
