﻿/* Edit your own styles, this is just an example */

.status-opened {
    background-color: #e00003;
    font-weight: bold;
    color:#ffffff;
}
      
.status-closed {
    background-color: #000000;
    color: #ffffff;
}