.tax-form h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.tax-form label {
  margin-bottom: 7px;
}
.tax-form .section-header .main-control-buttons {
  margin: 18px 0 0;
  text-align: right;
}
.tax-form .section-header .main-control-buttons .btn-link {
  margin-right: 15px;
}
.tax-form .tax-value {
  padding: 15px 0;
  text-align: left;
}
.tax-form .fixed-btns-wrapper .fixed-btns-inner:first-child {
  margin-right: 15px;
}
.tax-form .fixed-btns-wrapper .btn-link {
  border-radius: 6px;
  background: #ffffff;
}
.taxes-table table.dataTable thead th {
  font-weight: 300;
}
.taxes-table table.dataTable tr td:last-child,
.taxes-table table.dataTable tr th:last-child {
  text-align: center;
}
.taxes-table .text-normal {
  display: block;
  font-size: 14px;
}
.taxes-table.datatable-custom {
  margin: 0 -5px;
}
.tax-selectpicker .dropdown-menu {
  max-width: 300px;
}