button.dt-button {
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(#80184A, #561032);
}

button.dt-button:hover,
button.dt-button:active,
button.dt-button:focus {
    background-color: #8d2658 !important;
}

.exportButtonDescription {
    padding: 0 10px;
}
