.onlineStatus {
    background: yellowgreen;
    padding: 0px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    visibility: hidden;
    height: 0px;
}

.offlineStatus {
    background: salmon;
    padding: 10px;
    font-size: 10px;
    color: white;
    font-weight: bold;
}
