.btn-primary {
  color: #fff;
  background-color: #655d50;
  border-color: #575045;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #494339;
  border-color: #100e0c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #494339;
  border-color: #35302a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #494339;
  border-color: #35302a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #35302a;
  border-color: #100e0c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #655d50;
  border-color: #575045;
}
.btn-primary .badge {
  color: #655d50;
  background-color: #fff;
}
@media (max-width: 767px) {
  .b-ammo-by-the-pound-table thead {
    display: none;
  }
  .b-ammo-by-the-pound-table tbody tr {
    border-bottom: 1px solid #ddd;
  }
  .b-ammo-by-the-pound-table tbody tr:last-child {
    border: none;
  }
  .b-ammo-by-the-pound-table tbody tr td,
  .b-ammo-by-the-pound-table tbody tr th {
    display: block;
    border: none;
  }
  .b-ammo-by-the-pound-table tbody tr td:before,
  .b-ammo-by-the-pound-table tbody tr th:before {
    display: inline-block;
    width: 135px;
    font-weight: bold;
  }
  .b-ammo-by-the-pound-table tbody tr td:nth-child(1):before,
  .b-ammo-by-the-pound-table tbody tr th:nth-child(1):before {
    content: 'Caliber: ';
  }
  .b-ammo-by-the-pound-table tbody tr td:nth-child(2):before,
  .b-ammo-by-the-pound-table tbody tr th:nth-child(2):before {
    content: 'Estimated Weight: ';
  }
  .b-ammo-by-the-pound-table tbody tr td:nth-child(3):before,
  .b-ammo-by-the-pound-table tbody tr th:nth-child(3):before {
    content: 'Estimated Rounds: ';
  }
  .b-ammo-by-the-pound-table tbody tr td:nth-child(4):before,
  .b-ammo-by-the-pound-table tbody tr th:nth-child(4):before {
    content: 'Quantity: ';
  }
  .b-ammo-by-the-pound-table tbody tr td:nth-child(5):before,
  .b-ammo-by-the-pound-table tbody tr th:nth-child(5):before {
    content: '**Delivered Price: ';
  }
}

