/* EpicurVins Palette Module */

.ev-palette-col-header {
    color: #2fb5d2;
    font-weight: 700;
    white-space: nowrap;
}

.ev-palette-cell {
    vertical-align: middle;
}

.ev-palette-badge {
    background: #2fb5d2;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.ev-palette-badge-zero {
    background: #adb5bd;
}

.ev-confirmation-weight-row td {
    padding-top: 6px;
}

.ev-confirmation-weight-row td:last-child {
    text-align: right;
}

.ev-palette-inline-note {
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
}
