.custom-date-btns {
    margin: 20px 0;
    text-align: center;
}
.custom-date-on span.ow_button:hover,
.custom-date-off span.ow_button:hover {
    background-color: transparent;
}
.custom-date-on span.ow_button,
.custom-date-off span.ow_button {
    padding: 0;
}
.custom-date-on span.ow_button input,
.custom-date-off span.ow_button input {
    background-color: #a5c054;
    color: #fff;
    padding: 0 10px;
    min-width: 100px;
}
.custom-date-off span.ow_button input {
    background-color: #de6b4c;
}