body {
    font-family: 'Ubuntu', sans-serif;
}

hr {
    margin: 5px 5px 5px 0px;
    background-color: tomato;
}

.pixStyle {
    color: tomato;
    font-weight: bolder;
}

.labelStyle {
    color: rgb(50, 50, 50);
    font-weight: bolder;
}

/* Per-label tally */
#labelTally {
    margin-top: 6px;
    font-size: 0.85rem;
    max-height: 140px;
    overflow-y: auto;
}

.tally-empty {
    color: #aaa;
    font-size: 0.82rem;
}

.tally-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    border-bottom: 1px solid #f0f0f0;
}

.tally-label {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

.tally-count {
    font-weight: bold;
    color: tomato;
    margin-left: 6px;
    flex-shrink: 0;
}
