
#rigaPriceBox {
    width: 980px;
    max-width: 100%;
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
}

#rigaPriceBox .riga-price-title {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1;
    padding: 6px 10px;
}

#rigaPriceBox .riga-price-title span {
    color: #ffd21a;
    font-size: 34px;
}

#rigaPriceBox .riga-price-title small {
    font-size: 14px;
    color: #fff;
}

#rigaPriceBox .riga-price-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 3px solid #fff;
    margin: 0;
    font-weight: 800;
}

#rigaPriceBox .riga-price-table td {
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

#rigaPriceBox .riga-head {
    background: #77716f;
}

#rigaPriceBox .riga-garums {
    text-align: right;
}

#rigaPriceBox .riga-egle-row td {
    background: #b8b8b8;
}

#rigaPriceBox .riga-priede-row td {
    background: #77716f;
}

#rigaPriceBox .riga-group {
    background: #000 !important;
    width: 55px;
}

#rigaPriceBox .riga-group div {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: auto;
    font-size: 22px;
    font-weight: 800;
}

#rigaPriceBox .riga-egle {
    color: #71b943;
}

#rigaPriceBox .riga-priede {
    color: #e57d28;
}

#rigaPriceBox .riga-separator td {
    border-top: 3px solid #fff;
}

#rigaPriceBox td[contenteditable="true"] {
    cursor: text;
}

#rigaPriceBox td[contenteditable="true"]:focus {
    background: #fff9c9 !important;
    outline: 3px solid #ffd21a;
}

#rigaPriceBox .riga-buttons {
    background: #111;
    text-align: center;
    padding: 12px;
}

#rigaPriceBox .riga-buttons button {
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 6px;
    padding: 8px 14px;
    margin: 3px;
    font-weight: 700;
    cursor: pointer;
}
