.result-holder {

  font-family: 'Roboto Condensed', sans-serif;

  .result {
    background: #f0f0f0;
    color: #000000;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 3px solid #ccc;

    h3 {
      margin: 0px;
      position: relative;
      text-decoration: none;
      margin-bottom: 0;
      display: inline-block;
    }

    p {
      color: #444444;
      height: 12px;
      overflow: hidden;
      margin-bottom: 3px;
      margin-top: 0px;
      b {
        color: red;
        font-style: italic;
        text-transform: uppercase;
      }
    }

  }

  .col-sm-4 span {
    width: 73px;
    &.truncate {
      width: 73%;
    }
    &.truncate-special-bet {
      width: 73%;
    }
  }

  .col-sm-12 div {
    margin: 0;
  }

  .info-holder {
    position: relative;
  }

  .info {
    position: relative;
    display: block;
    color: #444444;
    text-decoration: none;
    .score-container {
      display: inline-block;
      max-width: 31%;
      text-align: center;
      margin-right: 5px;
      .score-col {
        display: inline-block;
      }
    }
    .team-container {
      display: inline-block;
      max-width: 70%;
      .team-col {
        display: inline-block;
      }
      .team {
        margin: 5px 0px 0px 0px;
        font-size: 14px;
      }
    }
  }

  .p-win {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    text-align: center;
    color: #89C331;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;

    b {
      display: block;
      color: #444444;
    }
  }

  .multibet {

    .info-holder {
      padding-left: 37px;
    }

    .icon {
      content: '';
      background: url(/images/icons.png) -66px -473px #89c331;
      height: 50px;
      width: 50px;
      position: absolute;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      top: 1px;
      left: 3px;
      border: 1px solid #73AD1B;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      zoom: 0.5;
    }

    &.active .icon {
      background: url(/images/icons.png) -130px -474px #777777;
      border: 1px solid #ccc;
    }

    a {
      text-decoration: none;
      color: 000;
    }

    .multibet-holder {

      .data {
        border-bottom: 1px solid rgba(0, 0, 0, 0.35);
        display: block;
        position: relative;
        padding: 10px;
        color: #715500;
        background: #ffc000;
        margin-top: 3px;
        padding-left: 37px;

        b {
          color: #715500;
        }

        &:before {
          content: '';
          height: 12px;
          width: 12px;
          background: #430;
          position: absolute;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          top: 17px;
          left: 12px;
        }

      }

    }
  }

  .additional {

    margin-top: 2px;

    &.market-holder {
      margin-bottom: 10px;
      border-bottom: solid 1px #ddd;
      padding-top: 4px;
      padding-bottom: 4px;
    }

    a {

      div {
        background: #89c331;
        display: flex;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
        position: relative;
        margin: 3px 2%;

        &.active {
          background: #ffc000;
          color: #000;
        }

        &:first-child {
          margin-left: 0;
        }

        span {
          display: inline-block;
          padding: 7px 5px;
          padding-right: 0px;
        }

        .clearfix {
          padding: 0px;
          margin: 0px;
        }

        .show {
          display: block;
          background: #ffffff;
          right: 5px;
          padding: 2px 5px;
          color: #000;
          position: absolute;
          top: 5px;
        }

      }

      a:last-child div {
        margin-right: 0px;
      }
    }

    .suspended {
      opacity: 0.4;
    }

  }

  .score {
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
  }

  .odds {
    position: absolute;
    top: 0;
    right: 2%;
    font-weight: 500;
    text-decoration: none;
    font-size: 11px;
    height: 20px;
    width: 52px;
    margin-top: 4px;
    .badge {
      background: #d8d8d8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #000;
      padding: 4px;
    }
    .arrow {
      display: inline-block;
      align-items: center;
      font-size: 13px;
      position: absolute;
      top: 9px;
      right: 0;
    }
    .markets {
      display: inline-block;
      text-align: center;
    }
  }

  .all-markets-button {
    text-align: center;
    background: #6B962B !important;
  }

  .all-markets-disabled {
    background: red !important;
    pointer-events: none;
    opacity: 0.7;
    text-align: center;
  }

  .market-bold {
    display: block;
    font-family: Roboto;
    font-size: 12px;
    span {
      color: #666;
      font-size: 11px;
    }
  }

}