.status-online {
    color: green;
}

.status-offline {
    color: red;
}

#logOutButton {
    display: inline;
}