<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.element-table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.element-table .header {
    height: auto;
    padding: 7px 0;
    background: #E6E6E6 url("../images/table-header.png") repeat-x bottom;
    font-size: 12px;
    font-weight: bold;
    color: #474747;
    text-shadow: 1px 1px 0 white;
    text-align: center;
}
.element-table .header.first-of-type,
.element-table .cell.first-of-type {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.element-table .header.last-of-type,
.element-table .cell.last-of-type {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}
.element-table .cell {
    background: white;
    padding: 15px 0;
    font-size: 12px;
    color: #474747;
    text-shadow: 1px 1px 0 white;
}
.element-table .cell.clear-bg {
    padding: 0;
    background: none;
}

.element-table .cell.unit-price,
.element-table .cell.sum-price {
    font-weight: bold;
    font-size: 15px;
    color: black;
}
.element-table .cell.unit-price span,
.element-table .cell.sum-price span {
    font-size: 11px;
}
.element-table .cell.sum-price {
    color: #a50000;
}
.element-table .cell .form-element-text.qty {
    width: 75px;
    padding: 3px 0;
    text-align: center;
}

</pre></body></html>