a.dt-button,
button.dt-button,
div.dt-button {
    background: #03a9f3;
    color: #fff;
    border-color: #03a9f3
}

a.dt-button:hover,
button.dt-button:hover,
div.dt-button:hover {
    background: #03a9f3
}

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
    background: #f7fafc;
    color: #2b2b2b;
    border-color: rgba(120, 130, 140, .13)
}