.covid {
    background-color: #fff;
    border: 2px solid #003663;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.covid-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    padding: 5px;
    margin-top: 10px;
}

.covid-data {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    text-align: center;
    flex-wrap:wrap;
}

.covid-type {
    font-size: 20px;
    line-height: 1;
    padding: 5px;
    text-align: center;
}

.covid-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff5100;
}

.covid-number-delta {
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    display: inline-block;
    vertical-align: top;
    font-size: .8em;
    color: #000;
}

.covid-info {
    font-size: 10px;
    color: #888;
    padding-top: 5px;
    text-transform: uppercase;
}

.covid-canvas .covid-button {
    background: #fff;
    border: 2px solid #ff5100; /*#A4C83E;*/
    border-radius: 4px;
    cursor: pointer;
}
