.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: ';
  }
}

.double-banner {
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0 !important;
}
.double-banner-left {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 1px 0 1px 0;
  background: transparent url('https://dp8k5pf9le6li.cloudfront.net/skin/frontend/ammoman/rwd/images/free_shipping_bg_left.jpg') 50% 50% no-repeat;
  text-align: center;
  border: 1px solid #6c8a57;
  border-right: none;
}
.double-banner-left img {
  margin: 50px auto;
}
.double-banner-right {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  background: transparent url('https://dp8k5pf9le6li.cloudfront.net/skin/frontend/ammoman/rwd/images/free_shipping_bg_right.jpg') 50% 50% repeat-y;
  color: #fff;
  border: 1px solid #6c8a57;
  border-left: none;
}
.double-banner-right div {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
}
.double-banner-right h2 {
  font-size: 24px;
  border-bottom: 1px solid #6c8a57;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-shadow: rgba(1, 1, 1, 0.2) 2px 2px;
}
.double-banner-right h2 strong {
  display: block;
  font-size: 28px;
}
.double-banner-right h2 .price {
  color: #f8c446;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .double-banner {
    display: block;
  }
  .double-banner-left {
    float: none;
    display: block;
    padding-right: 15px;
    border-right: 1px solid #6c8a57;
    border-bottom: none;
  }
  .double-banner-left img {
    margin: 10px auto;
  }
  .double-banner-right {
    float: none;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #6c8a57;
  }
  .double-banner-right div {
    border-top: none;
    height: auto;
  }
}
.promo-rotc-scholarship-left img {
  margin: 10px auto 0 auto;
}
.promo-rotc-scholarship-right h2 {
  font-weight: bold;
  font-size: 50px;
  text-align: right;
  border: none;
}
.promo-rotc-scholarship-right h2 strong {
  font-size: 80px;
}
.promo-rotc-scholarship {
  padding-right: 15px;
}

