.sports {

  color: #fff;

  .content {
    padding: 0px;
    padding-bottom: 10px;
  }

  .content.blue {
    background: #00193e;
    padding: 10px;
    padding-top: 0px;

    .btn {
      width: 90%;
    }
  }

  .blue .header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00193e+0,116aa8+50,00193e+100 */
    background: rgb(0, 25, 62); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 25, 62, 1) 0%, rgba(17, 106, 168, 1) 50%, rgba(0, 25, 62, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 25, 62, 1) 0%, rgba(17, 106, 168, 1) 50%, rgba(0, 25, 62, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 25, 62, 1) 0%, rgba(17, 106, 168, 1) 50%, rgba(0, 25, 62, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00193e', endColorstr='#00193e', GradientType=1); /* IE6-9 */

  }

  .result {

    p {
      padding: 0px 90px 0px 0px;
    }

    h3 {
      padding: 0px 90px 0px 0px;
    }

  }

  .btn {
    position: relative;
    width: 84%;

    &:before {
      content: '';
      background: url(/images/icons.png) -3px -333px #ffffff;
      height: 40px;
      width: 40px;
      position: absolute;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      top: 18px;
      right: 17px;
      border: 1px solid #ccc;
      zoom: 0.5;
    }

    &.disabled {
      pointer-events: none;
      opacity: 0.3;
    }
  }

  .crumb {
    display: table;
  }

  .vs {
    display: inline-flex;
  }

  .tabbed-menu {

    ul {
      background: #000;
      //border-top: solid 2px green;
      margin: 0;
      border-top: 2px solid #c4268c;
      position: relative;
      &:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, black, #4CEB4C);
        top: -2px;
        left: 0;
      }

      li {
        padding: 8px;
        display: inline-block;
        width: 47vw;
        text-align: center;

        &.active {

          font-weight: bold;
          .horizontal-gradient(#0F0F0F, #4CEB4C);
        }

        a {
          color: #FFF;
          font-weight: bold;
        }
      }

    }

  }

}

.sports-inner {

  .result-holder {
    padding: 10px;
    background: #fff;
  }

  .content {
    padding: 0px;
  }

  .result {
    p {
      padding: 3px 0px 0px 0px;
      float: left;
      position: relative;
      width: 85%;
      margin-bottom: 0px;
    }

    h3 {
      padding: 0px 0px 0px 0px;
    }

    .additional {
      margin-top: 5px;
    }

    .info {
      padding-right: 18%;
      text-decoration: none;
      display: block;
    }

    .score {
      //position: relative;
      //width: 15%;
      //text-align: center;
      //top: 0px;
      //line-height: 6px;
      //float: left;
      font-size: 14px;
    }

    .time {
      //width: 12%;
      //text-align: center;
      font-weight: 600;
      color: #000;
//      float: left;
      font-size: 12px;
      margin-top: 0px;
    }

  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #999;
  opacity: 0.6;
  color: rgb(255, 0, 0, 0.5);
  text-align: center;
  border-right: 1px solid #e4e4e4;
  width: 100%;
}