.status-circle {

width: 10px;
height: 10px;
background-color: #ccc;
border-radius: 50%;
margin-top: 6px;

}

.status-circle.red {

background-color: red;

}

.status-circle.green {

background-color: green;

}

.status-circle.orange {

background-color: orange;

}