@media only screen and (min-width: 0) {
    div.fontSize_odd {
        width: 100%;
        float: left;
        /* margin-top: .5em; */
        margin-bottom: -5px;
    }
    div.fontSizeContent_odd {
        float: right;
    }
    div.fontSizeContent_odd button {
        width: 1.8em;
        height: 1.8em;
        border: 1px solid rgb(138, 198, 64);
        transition: linear 100ms;
        border-radius: 5px;
        margin-right: 3px;
        background-color: white;
    }
    div.fontSizeContent_odd button:hover {
        background-color: rgb(138, 198, 64);
        color: black;
    }
}
