.jfontsize-button {
    font-weight: bold;
    padding: 3px;
    color: #000;
    border: solid 1px #ccc;
}

    .jfontsize-button:hover {
        text-decoration: none;
        background: #333;
        color: #fff;
        border: solid 1px #333;
    }

.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}

.some-class-name {
    margin: 0 0 0 0;
}
