﻿.wnt-stat-font {
    color: white;
    font-size: larger;
}
.wnt-stat-bold {
    font-weight: bold;
}
.wnt-stat-green {
    color: lightgreen;
}
.wnt-stat-red {
    color: lightcoral;
}
.wnt-stat-box {
    width: 100%; 
    text-align: center; 
    background-color: #3b5c8a;
    color: #FFFFFF;
    border-radius: 0 15px 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    margin-top: 15px;
}

.wnt-header-city-state {
    font-size: smaller;
}
