.status-online {
    width:20px;
    height:20px;
    background:#99CC00;
    border:2px solid white;
    position:absolute;
    bottom: 8%;
    border-radius:100%;
}

.status-offline {
    width:20px;
    height:20px;
    background:#cc4100;;
    border:2px solid white;
    position:absolute;
    bottom: 8%;
    border-radius:100%;
}

.status-unknown {
    width:20px;
    height:20px;
    background:#020b1ece;;
    border:2px solid white;
    position:absolute;
    bottom: 8%;
    border-radius:100%;
}

