.irc-status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
}
.irc-status-badge-online { background: #2ecc71; }
.irc-status-badge-offline { background: #e74c3c; }

