.status-indicator {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin-right: 5px;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.yellow {
    background-color: orange;
}
.grey {
    background-color: lightgrey;
}