/* Edit your own styles, this is just an example */

.status-opened {
    background-color: #b6e34c;
    font-weight: bold;
}
      
.status-closed {
    background-color: #c0392b;
    color: #f3f3f3;
}