/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

ul.tax-table {
  margin: 8px 0 5px 27px;
}

.taxinfo-line {
    padding: 20px 0px;
}

.taxinfo-line .header {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.taxinfo-line .taxinfo {
    background-color: rgba(252, 235, 176, 0.3);
    border-radius: 4px;
    overflow: hidden;
    padding: 7px 11px;
    min-width: 199px;
    display: inline-block;
}

.taxinfo-line .tax-exempt, .taxinfo-line .tax-account {
  font-size: 14px;
}

.general-settings .model-properties ul.table .table-label {
  width: auto;
}

