<style>
      a {
            color: white;
            text-decoration: none;
        }
      .caret {
          filter: drop-shadow(0 0 20px #1a252f);
          border-radius: 20px;
        }

      .bga {
            background: linear-gradient(253deg, #0f2236, #1c232f, #1a252f);
            background-size: 300% 300%;
            -webkit-animation: Background 25s ease infinite;
            -moz-animation: Background 25s ease infinite;
            animation: Background 25s ease infinite;
      }
      .h1n1 {
          color: white;
      }
      .alert {
           width:40%;
        }

      .listing-social {
        max-width: 170px;
        padding-top: 7px;
      }

      .listing-video {
        background: url(https://gunspot.s3.amazonaws.com/storeloop.png);
        margin: 12px;
        padding: 25px;
        text-align: center;
      }

      .listing-limit {
        max-width: 600px;
        margin: auto;
      }

      .led-box {
        height: 30px;
        width: 25%;
        margin: 10px 0;
        float: left;
      }

      .led-box p {
        font-size: 12px;
        text-align: center;
        margin: 1em;
      }

      .led-red {
        margin: 0 auto;
        width: 10px;
        height: 10px;
        background-color: #F00;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
        -webkit-animation: blinkRed 1.1s infinite;
        -moz-animation: blinkRed 1.1s infinite;
        -ms-animation: blinkRed 1.1s infinite;
        -o-animation: blinkRed 1.1s infinite;
        animation: blinkRed 1.1s infinite;
      }

      @-webkit-keyframes blinkRed {
          from { background-color: #F00; }
          50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
          to { background-color: #F00; }
      }
      @-moz-keyframes blinkRed {
          from { background-color: #F00; }
          50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
          to { background-color: #F00; }
      }
      @-ms-keyframes blinkRed {
          from { background-color: #F00; }
          50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
          to { background-color: #F00; }
      }
      @-o-keyframes blinkRed {
          from { background-color: #F00; }
          50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
          to { background-color: #F00; }
      }
      @keyframes blinkRed {
          from { background-color: #F00; }
          50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
          to { background-color: #F00; }
      }

      .led-yellow {
        margin: 0 auto;
        width: 10px;
        height: 10px;
        background-color: #FF0;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
        -webkit-animation: blinkYellow 1s infinite;
        -moz-animation: blinkYellow 1s infinite;
        -ms-animation: blinkYellow 1s infinite;
        -o-animation: blinkYellow 1s infinite;
        animation: blinkYellow 1s infinite;
      }

      @-webkit-keyframes blinkYellow {
          from { background-color: #FF0; }
          50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
          to { background-color: #FF0; }
      }
      @-moz-keyframes blinkYellow {
          from { background-color: #FF0; }
          50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
          to { background-color: #FF0; }
      }
      @-ms-keyframes blinkYellow {
          from { background-color: #FF0; }
          50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
          to { background-color: #FF0; }
      }
      @-o-keyframes blinkYellow {
          from { background-color: #FF0; }
          50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
          to { background-color: #FF0; }
      }
      @keyframes blinkYellow {
          from { background-color: #FF0; }
          50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
          to { background-color: #FF0; }
      }

      .led-green {
        margin: 0 auto;
        width: 10px;
        height: 10px;
        background-color: #ABFF00;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
        -webkit-animation: blinkgreen 1.1s infinite;
        -moz-animation: blinkgreen 1.1s infinite;
        -ms-animation: blinkgreen 1.1s infinite;
        -o-animation: blinkgreen 1.1s infinite;
         animation: blinkgreen 1.1s infinite;
      }

      .led-blue {
        margin: 0 auto;
        width: 24px;
        height: 24px;
        background-color: #24E0FF;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
      }
      .listing-holder {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-around;
      }

      .listing-card {
        margin: 30px 20px 30px 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 0px 0px 25px 25px;
        -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
      }

      .xSx {
        max-width: 270px;
      }

      .xLx {
        max-width: 400px;
      }

      .listing-card-image img {
        width: 100%;
        background: #222;

      }

      .cobalt {
        background-color: #111;
      }

      .listing-card-title {
        width: 100%;
        padding: 12px;
        text-align: center;
        font-size: 22px;
        color: white;
        text-transform: uppercase;
        text-align: center;
        background: #313131;
      }
      .listing-card-title a:link {
        color: #fff;
      }
      .listing-card-title a:visited {
        color: #fff;
      }

      .listing-card-info-area {
        flex-grow: 1;
        color: black;
        padding: 12px;
        min-height: 100px;
        border-radius: 0px 0px 25px 25px;
        background: #fff;  /* fallback for old browsers */

      }
      .listing-card-info-area a:link {
        color: #333;
      }
      .listing-card-info-area a:visited {
        color: #333;
      }

      .listing-card-description {
        font-style: italic;
        font-size: 13px;
      }

      .listing-card-info-text {
        padding: 5px;
        text-align: center;
      }

  </style>