/*Write your custom css in this file.*/
.custom-class-width{
    width: 200px;
}
span.custom-status{
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
}
span.custom-status.green{
    background: green;
}
span.custom-status.red{
    background: red;
}