.red {
    background:#BC002D;
}

.dark {
    background:#222222;
}

.disabled {
    background:#CDCDCD;
    cursor: default;
}