/* Text fields above and below data */

.noaa-field-noaatable_above {
     margin-bottom: 15px;
 }

.noaa-field-noaatable_below {
    margin-top: 15px;
}

/* Table */

.noaa-widget-display-table {
    width: 100%;
    border-collapse: collapse;
}

/* Data rows in table */

.noaa-widget-display-tr:nth-child(odd) {
    background-color: rgba( 0, 0, 0, .05 );
}

.noaa-widget-display-tr:nth-child(even) {
    background-color: rgba( 255, 255, 255, .1 );
}

.noaa-widget-display-td {
    padding: 7px 3px;
    text-align: center;
    border-left: 1px dotted #aaa;
}
.noaa-widget-display-td.noaa-iterator-0 {
    border-left: 1px solid transparent;
}

.noaa-widget-display-td.noaa-iterator-1,
.noaa-widget-display-td.noaa-iterator-2 {
    text-align: right;
    padding-right: 5%;
}

/* Header row of table */

.noaa-widget-display-tr:first-of-type {
    border-bottom: 1px solid #999;
    background-color: transparent;
}

.noaa-widget-display-th {
    text-align: center;
    font-weight: bold;
    padding: 3px;
}

.noaa-widget-station {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}