.ui-btn-hover-a {
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    font-weight: normal;
    color: #2f3e46;
}

.ui-btn-up-a {
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    font-weight: normal;
    color: #2f3e46;
}

.ui-btn-active {
    border: 1px solid #f0f2f5;
    background: #4D8400;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
}

.ui-corner-all {
    -webkit-border-radius: 0em;
    border-radius: 0em;
}

.ui-btn-corner-all {
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
}

    .ui-slider-label.ui-btn-corner-all,
    .ui-slider.ui-btn-corner-all,
    .ui-slider-handle.ui-btn-corner-all {
        -webkit-border-radius: 1.2em;
        border-radius: 1.2em;
    }

.ui-submit {
    text-align: center !important;
    border: 1px solid;
}
