/*
 * --- Primary Colors ---
 */
/*
 * --- Informational Colors ---
 *
 * Use these colors for alerts or informational text.
 */
/*
 * --- Supporting Colors ---
 *
 * These colors would primarily be used with text.
 */
/*
 * --- Feature Colors ---
 *
 * Colors used primarily in the dashboard to brand distribution channels
 */
/*
 * --- Background Colors ---
 */
/*
* --- Gradients ---
 */
/*
 * --- Text Colors ---
 *
 * When using text on a light background stick to Black or Slate.
 * Use White or Light Gray on dark backgrounds. Silver is reserved
 * for disabled states.
 */
/*
 * --- Original ---
 *
 * This is our original color variables. Some have been updated
 * to use the new color variables for StockBlocks and some of the
 * non standard variables are being left as is.
 */
#tax-treaty-countries .tax-table {
  width: 100%;
}
#tax-treaty-countries .tax-table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #cbcbcb;
  color: #303030;
  font-weight: normal;
  padding: 6px 5px;
  text-align: left;
}
#tax-treaty-countries .tax-table td {
  padding: 5px 0 5px 5px;
  border-bottom: 1px dotted #a3a2a2;
}
