html {
    font-size: 16px;
}

.performer { margin-top: 0.5rem; }

.performer-online { color: #006600; }

.performer-offline { color: #660000; }

#searchBox INPUT { width: 150px; }

#site-title H1 {
    margin: 0;
}

#site-title H2 {
    padding: 0;
}

#site-title H1 A {
    font: inherit !important;
}

#site-title H2 {
    font: inherit !important;
    font-size: 50% !important;
}

#site-footer {
    text-align: center;
    padding: 0.5rem;
    margin-top: 1rem;
}

.total-item:not(:last-child)::after {
    content: ',';
}

.performer {
    display: flex;
    justify-content: space-between;
}

.performer-image {
    flex: 0 200px;
    padding-right: 10px;
}

.performer-info {
    flex: 400px;
}