/* Absolutely stable, temp inversion */
.A {
    color: rgb(255, 45, 45);
}

/* Stable conditions and low shear */
.S, .L {
    color: rgb(255, 102, 102);
}

/* Neutral conditions and medium shear */
.N, .M {
    color: rgb(255, 255, 99);
}

/* Unstable conditions and high shear */
.U, .H {
    color: rgb(71, 255, 71);
}

.butModelHours{
    width: 28vw;
    height: 3em;
}

.modelBG {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Weather element custom tag */
wx-ele {
    font-style: italic;
}