/* com_pricetable frontend styles */
.pricetable-current-row {
    background-color: #fff9e6 !important;
    border-left: 4px solid #f0a500;
}
.pricetable-current-row td:first-child { padding-left: 12px; }
.pricetable-current-table thead tr { background-color: #f0a500; }
.pricetable-current-table thead th { color: #fff !important; }
.pricetable-history-table { font-size: 0.9em; opacity: 0.85; }
.pricetable-history-table thead tr { background-color: #e8e8e8; }
@media (max-width: 640px) {
    .com-pricetable .uk-table td,
    .com-pricetable .uk-table th { padding: 8px 6px; }
}
