/*
 * CSS for the settings page.
 * Do not edi the CSS file dirrectly. Please edit and compile the assets/less/admin.less
 * file instead.
 */
.woocommerce table.form-table .cwl-tier-row-header th:first-child {
  text-align: left;
}
.woocommerce table.form-table .cwl-tier-row-header th {
  padding: 5px;
  text-align: center;
}
.woocommerce table.form-table .cwl-tier-row-header .input-column {
  width: 120px;
}
.woocommerce table.form-table .cwl-tier-row-header .input-column .woocommerce-help-tip {
  margin: -1px 0 0;
  float: none;
}
.woocommerce table.form-table .cwl-tier-row-header th:last-child {
  width: auto;
}
.woocommerce table.form-table .cwl-tier-row td,
.woocommerce table.form-table .cwl-tier-row th {
  padding: 0px;
}
.woocommerce table.form-table .cwl-tier-row th {
  text-align: center;
}
.woocommerce table.form-table .cwl-tier-row .input-column {
  text-align: center;
}
.woocommerce table.form-table .cwl-tier-row .input-column input {
  display: inline-block;
  width: 120px;
}
.woocommerce table.form-table .cwl-tier-row .responsive-text-medium {
  display: none;
}
.woocommerce table.form-table .cwl-tier-row .remove-tier {
  cursor: pointer;
}
.woocommerce table.form-table .cwl-tier-row-footer th {
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 782px) {
  .woocommerce table.form-table .cwl-tier-row-header {
    display: none;
  }
  .woocommerce table.form-table .cwl-tier-row .responsive-text-medium {
    display: inline-block;
    width: 20%;
    text-align: right;
    font-weight: bold;
  }
  .woocommerce table.form-table .cwl-tier-row .input-column {
    text-align: center;
  }
  .woocommerce table.form-table .cwl-tier-row .input-column input {
    display: inline-block;
    width: 70%;
  }
  .woocommerce table.form-table .cwl-tier-row-footer th {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.woocommerce_options_panel input.cwl-tiers-mode
{
  width: -webkit-fill-available;
}
/*# sourceMappingURL=admin.css.map */