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

.blog-comment .comment-info,
.blog-comment .comment-time {
  display: block;
  background: #f7f6f2;
  padding: 0 8px;
  font: bold 13px/25px Arial, Helvetica, sans-serif;
  color: #c2bdb2;
  text-shadow: 1px 1px 0 #fff;
}
.blog-comment .comment-info {
  width: 150px;
  float: left;
  border-right: dotted 1px #ccc;
}
.blog-comment .comment-content {
  margin-left: 150px;
  border-left: solid 1px #fff;
}
.blog-comment .comment-content .comment-body {
  padding: 10px;
  color: #000;
}
@media (max-width: 767px) {
  .blog-comment .comment-info,
  .blog-comment .comment-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .blog-comment .comment-info {
    border-right: none;
  }
}

