.status-dot { display:inline-block; width:14px; height:14px; border-radius:50%; vertical-align:middle; }
.status-dot.on { background-color:#28a745; }
.status-dot.off { background-color:#dc3545; }