  /* body {
    color: #585858;
    line-height: 1.38;
    font-weight: 300;
  } */

  .sec-ticker {
    font-family: "museo-slab", sans-serif;
  }

  .sec-ticker [class*="col-"] {
    padding: 1.5em;
    max-height: 16em;
  }

  .sec-ticker [class*="col-"]:nth-of-type(2n) {
    background-color: #f5f5f5;
  }

  .sec-ticker .ticker-header p {
    margin: 0 0 0.4em;
  }

  .sec-ticker h5 {
    margin-bottom: 0;
    font-size: 1.5em;
    font-family: "museo-slab", sans-serif;
    font-weight: 700;
  }

  .sec-ticker h6 {
    font-size: 0.8em;
    color: #656565;
    opacity: 0.55;
    font-family: "museo-slab", sans-serif;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .sec-ticker small {
    font-size: 0.7em;
  }

  .sec-ticker small {
    margin-right: 1.5em;
  }

  .sec-ticker .inline-btns {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.4em;
  }

  .sec-ticker .btn-container {
    margin: 0 auto;
  }

  .sec-ticker .btn {
    min-width: 15em;
    padding: 6px 12px;
    border-width: 2px;
    border-radius: 0;
    margin: 0 auto;
  }

  .sec-ticker .btn i {
    margin-left: 0.7em;
  }

  .sec-ticker .btn {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .sec-ticker .btn-outline {
    background-color: transparent;
    border-color: #29bab5!important;
    color: #29bab5!important;
    margin: 0 auto;
    display: block;
  }

  .sec-ticker .btn-outline:hover, .sec-ticker .btn-outline:focus,
  .sec-ticker .btn-outline:active, .sec-ticker .btn-outline:active:hover {
    color: #002b5d!important;
    border-color: #002b5d!important;
    outline: 0;
  }

  .sec-ticker .watch {
    position: relative;
    padding-right: 36px;
  }

  .sec-ticker .watch:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 77px;
    display: block;
    background: url(../images/play_teal.html) no-repeat!important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: 0;
    top: 60%;
    transform: translateY(-50%);
  }@media (max-width: 1024px) and (min-width: 768px) {
    .sec-ticker .ticker-body {
    height: 80px;
    }

    .sec-ticker .watch:after {
    right: 45px;
    }
  }

  @media (max-width: 768px) and (min-width: 414px) {
    .sec-ticker .ticker-body {
    height: 85px;
    }

    .sec-ticker .watch:after {
    right: 45px;
    }
  }

  @media (max-width: 414px) and (min-width: 320px) {
    .sec-ticker .ticker-body {
    height: 42px;
    }

    .sec-ticker .btn {
    min-width: 12em;
    }

    .sec-ticker .watch:after {
    right: 22px;
    }
  }

  @media (max-width: 320px) and (min-width: 301px) {
    .sec-ticker .ticker-body {
    height: 33px;
    }

    .sec-ticker .btn {
    min-width: 12em;
    }

    .sec-ticker .watch:after {
    right: 22px;
    }
  }

  @media (max-width: 300px) and (min-width: 255px) {
    .sec-ticker .ticker-body {
    height: 20px;
    }

    .sec-ticker .btn {
    min-width: 12em;
    }

    .sec-ticker .watch:after {
    right: 10px;
    }
  }

  .sec-ticker .watch:hover:after, .sec-ticker .watch:focus:after {
    background: url(../images/play_blue.html) no-repeat!important;
    ;  -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .sec-ticker .ticker-time {
    font-size: 5em;
    line-height: 1.1;
    margin: 0 0 0.34em;
    opacity: 0.6;
  }

  .sec-ticker .ticker-body {
    height: 107px;
  }

  .ticker-table {
    font-size: 1em;
    margin: 0;
  }

  .ticker-table table {
    width: 100%;
  }

  .ticker-table .num {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.65em;
    line-height: 1.1;
    background-color: #000;
    color: #fff;
    padding: 0.22em;
    width: 1.2em;
    text-align: center;
    margin: 0 5px 0 0;
  }

  .ticker-table td.amt {
    opacity: 0.55;
    text-align: center;
    display: none;
  }

  .ticker-table td:nth-of-type(1) {
    width: 5%;
  }

  .ticker-table td:nth-of-type(2) {
    width: 50%;
  }

  .ticker-table td:nth-of-type(3) {
    width: 15%;
  }

  .ticker-table td:nth-of-type(4) {
    width: 15%;
  }

  .ticker-table td:nth-of-type(5) {
    width: 15%;
  }

  .ticker-table .odd-amt {
    text-align: right;
  }

  .ticker-table .runner1 {
    background: #ff0000;
  }

  .ticker-table .runner2 {
    background: #ffffff;
    color: #000000;
    border: 1px solid #656565;
  }

  .ticker-table .runner3 {
    background: #0066cc;
  }

  .ticker-table .runner4 {
    background: #FFCC00;
    color: #000000;
  }

  .ticker-table .runner5 {
    background: #00CC33;
    color: #000000;
  }

  .ticker-table .runner6 {
    color: #FBC900;
  }

  .ticker-table .runner7 {
    background: #FF3300;
    color: #000000;
  }

  .ticker-table .runner8 {
    background: #FFCCCC;
    color: #000000;
  }

  .ticker-table .runner9 {
    background: #00CCCC;
    color: #000000;
  }

  .ticker-table .runner10 {
    background: #9933CC;
  }

  .ticker-table .runner11 {
    background: #CCCCCC;
    color: #ff0000;
  }

  .ticker-table .runner12 {
    background: #66CC00;
    color: #ff0000;
  }

  .ticker-table .runner13 {
    background: #663333;
  }

  .ticker-table .runner14 {
    background: #802041;
    color: #66CC00;
  }

  .ticker-table .runner15 {
    background: #A8A797;
    color: #000000;
  }

  .ticker-table .runner16 {
    background: #0066CC;
    color: #FECC00;
  }

  .ticker-table .min-to-post {
    float: right;
  }

  .ticker-table .plhd {
    height: 22px;
  }

  @media (max-width: 1024px) and (min-width: 768px) {
    .sec-ticker .ticker-body {
      height: 80px;
    }

    .sec-ticker .watch:after {
      right: 45px;
    }
  }

  @media (max-width: 768px) and (min-width: 414px) {
    .sec-ticker .ticker-body {
      height: 85px;
    }

    .sec-ticker .watch:after {
      right: 45px;
    }
  }

  @media (max-width: 414px) and (min-width: 320px) {
    .sec-ticker .ticker-body {
      height: 42px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 22px;
    }
  }

  @media (max-width: 320px) and (min-width: 301px) {
    .sec-ticker .ticker-body {
      height: 33px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 22px;
    }
  }

  @media (max-width: 300px) and (min-width: 255px) {
    .sec-ticker .ticker-body {
      height: 20px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 10px;
    }
  }

  @media (max-width: 1024px) and (min-width: 768px) {
    .sec-ticker .ticker-body {
      height: 80px;
    }

    .sec-ticker .watch:after {
      right: 45px;
    }
  }

  @media (max-width: 768px) and (min-width: 414px) {
    .sec-ticker .ticker-body {
      height: 85px;
    }

    .sec-ticker .watch:after {
      right: 45px;
    }
  }

  @media (max-width: 414px) and (min-width: 320px) {
    .sec-ticker .ticker-body {
      height: 42px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 22px;
    }
  }

  @media (max-width: 320px) and (min-width: 301px) {
    .sec-ticker .ticker-body {
      height: 33px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 22px;
    }
  }

  @media (max-width: 300px) and (min-width: 255px) {
    .sec-ticker .ticker-body {
      height: 20px;
    }

    .sec-ticker .btn {
      min-width: 12em;
    }

    .sec-ticker .watch:after {
      right: 10px;
    }
  }