#usOverdoseDeathsByState {
    position: relative;

    .miniGraphStateLabel {
        font-size: 1em;
        dominant-baseline: hanging;
    }

    .keyText {
        font-size:0.9em;
        fill: #666666;
        font-weight:normal;
    }

    @media only screen and (min-width: 651px) and (max-width: 770px) {
        .miniGraphStateLabel {
            font-size: 1.1em;
        }
    }
    @media only screen and (max-width:650px) {
        .miniGraphStateLabel {
            vertical-align: top;
            font-size: 1.2em;
        }
    }
    @media only screen and (max-width:550px) {
        .miniGraphStateLabel {
            font-size: 1.3em;

        }
    }

}

#DBSdescriptionText {

    #yearSelector {
        font: inherit;
        border: 0;
        border-bottom: 2px dashed rgb(39, 159, 205);
    }

    span.comparisonYear{
        padding: 4px 2px;
        border-radius: 5px;
        /* background-color: #eeeeee; */
        border-bottom: 2px solid blue;
    }

    span[id*="RateText"] {
        padding: 2px 2px;
        border-radius: 5px;
    }
    span#lowerRateText {
        background-color: #e6f3fc;
    }
    span#higherRateText {
        background-color: #fceded;
    }
    span#doubledRateText {
        background-color: #f4bdbdcc;
    }
    span#halvedRateText {
        background-color: #95ccf9cc;
    }
}