.list-group-item-danger {
    background-color: red;
}

.list-group-item-warning {
    background-color:yellow;
}

.list-group-item-success {
    background-color: green;
}