.status {
    color: #fffff0;
}

.status.online {
    color: #effff0;
    font-weight: bold;
}

.status.offline {
    color: #d0d0d0;
}