.button.sell-button.whatever-you-need {
    background-color: blue;
    color: #FFF;
    border: 0;
}

.button.sell-button.whatever-you-need:hover {
    background-color: rgba(0, 0, 255, 0.7);
}