.btn-edits {
    border-radius:0px;
}
.btn-danger {
    background-color:#DD0000 !important;
    border:#DD0000 !important;
}
.active {
    border:#DD0000 !important;
    color:white !important; 
    font-weight:bold;
}
.error {
    border-color:#DD0000;
}
.text-white {
    color:white;
}