.text-red {
  color: #e51937; }

.bg-red {
  background: #d0112b; }

.btn-red {
  color: white;
  background-color: #d0112b;
  border-color: #d0112b;
  text-shadow: 0 -1px 1px #a10d21;
  outline: none;
  border: none;
  border-bottom: 4px solid #a10d21; }
  .btn-red:focus, .btn-red.focus {
    color: white;
    background-color: #d0112b;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #a10d21; }
  .btn-red:hover {
    color: white;
    background-color: #d0112b;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #a10d21; }
  .btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
    color: white;
    background-color: #d0112b;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-red:active:hover, .btn-red:active:focus, .btn-red:active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus, .open > .btn-red.dropdown-toggle:hover, .open > .btn-red.dropdown-toggle:focus, .open > .btn-red.dropdown-toggle.focus {
      color: white;
      outline: none;
      border: none;
      background-color: #d0112b; }
  .btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
    background-image: none; }
  .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red.focus {
    background-color: #d0112b;
    border-color: #d0112b; }
  .btn-red .badge {
    color: #d0112b;
    background-color: white; }

#us-mobile {
  margin-left: 5.5em;
  margin-top: -1.3em; }

.padding-5 {
  padding: 5px 10px; }

.border-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #333; }

.btnRow {
  display: inline-block; }

.rwd-table {
  margin: 1em 0;
  width: 100%; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
    .rwd-table th:nth-child(1) {
      width: 30%; }
    .rwd-table th:nth-child(2) {
      width: 30%; }
    .rwd-table th:nth-child(3) {
      width: 40%; }
  .rwd-table td {
    display: block;
    padding-left: 1em; }
    .rwd-table td .flag-img {
      width: 20px;
      vertical-align: top; }
    .rwd-table td:first-child {
      padding-top: 1em; }
    .rwd-table td:last-child {
      padding-bottom: 1em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 5.5em;
      display: inline-block;
      font-size: 15px; }
      @media (min-width: 767px) {
        .rwd-table td:before {
          display: none; } }
  @media (min-width: 767px) {
    .rwd-table th, .rwd-table td {
      display: table-cell;
      padding: .5em .5em; }
      .rwd-table th:first-child, .rwd-table td:first-child {
        padding-top: .5em; }
      .rwd-table th:last-child, .rwd-table td:last-child {
        padding-bottom: .5em; }
      .rwd-table th .flag-img, .rwd-table td .flag-img {
        width: 23px; } }

@media (max-width: 1000px) {
  /* 
  * Customs - Media
  * Tablet - 1000px to 0px	 
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }

/*# sourceMappingURL=circle-k.css.map */
