.betting-leaderboard, .challenge .buttons {
  max-width: 670px;
}

.betting-leaderboard .title-type {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 6px 10px;
}

.betting-leaderboard .title-type {
  cursor: pointer;
  margin-bottom: 4px;
  transition: background 300ms ease-out;
  background: -webkit-linear-gradient(#e6e6e6, #d6d6d6);
  background: -moz-linear-gradient(#e6e6e6, #d6d6d6);
  background: -ms-linear-gradient(#e6e6e6, #d6d6d6);
  background: -o-linear-gradient(#e6e6e6, #d6d6d6);
  background: linear-gradient(#e6e6e6, #d6d6d6); 
  border-radius: 4px;
  border: 1px solid #ccc;
}

.betting-leaderboard .title-type:not(.empty):hover {
  background: -webkit-linear-gradient(#f6f6f6, #d6d6d6);
  background: -moz-linear-gradient(#f6f6f6, #d6d6d6);
  background: -ms-linear-gradient(#f6f6f6, #d6d6d6);
  background: -o-linear-gradient(#f6f6f6, #d6d6d6);
  background: linear-gradient(#f6f6f6, #d6d6d6);
}

.betting-leaderboard .title-type:not(.empty):after {
  content: "+";
  float: right;
  font-size: 16px;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 18px;
  margin-top: 2px;
}

.betting-leaderboard .title-type.empty {
  color: #666;
  text-decoration: line-through;
}

.betting-leaderboard h3.title-type.open:after {
  content: "-";
}

.betting-leaderboard .betting {
  margin: 0px 0 10px 0;
  font-size: 13px;
  width: calc(100% - 20px);
  padding: 7px 10px;
}

.betting-leaderboard .betting .live-badge {
  padding: 0;
  float: right;
}

.betting-leaderboard .betting .bet_name .first-line {
  color: #444;
  -webkit-text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  -ms-text-shadow: 0 1px 0 #fff;
  -o-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.betting-leaderboard .betting .bet_name .first-line [class^=sport-icon-] {
  margin-top: 1px;
  margin-right: 2px;
}

.betting-leaderboard .betting .bet_name .second-line p {
  margin: 0 0 4px 20px;
  padding: 0;
}

.betting-leaderboard .betting .bet_name .second-line strong {
  line-height: 20px;
}

.betting-leaderboard .betting .match_start .icon-time {
  margin-right: 4px;
  color: #666;
}

.betting-leaderboard .betting .bet-infos {
  line-height: 16px;
}

.betting-leaderboard .betting .bet-infos, .betting-leaderboard .betting .bet-infos-general {
  position: relative;
  overflow: hidden;
}

.betting-leaderboard .betting .match_start {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

.betting-leaderboard .betting .odds,
.betting-leaderboard .betting .points {
  float: right;
  margin-left: 20px;
  font-weight: bold;
}

.betting-leaderboard .betting.combine {
  margin-bottom: 10px;
}

.betting-leaderboard .betting.combine .bet-infos {
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.betting-leaderboard .betting .single-odd {
  display: none;
}

.betting-leaderboard .betting.combine .single-odd {
  display: block;
  float: right;
  font-weight: bold;
}

.betting-leaderboard .betting .bet-infos-general {
  padding-bottom: 2px;
}

.betting-leaderboard .betting:nth-child(2n+1) {
  border-radius: 4px;
  background-color: #eee;
}


@media screen and (max-width: 1020px) {
  .betting-leaderboard .betting .bet_name .first-line {
    padding: 4px 0px 4px 0;
  }

  .betting-leaderboard .betting .bet_name .second-line {
    margin: 0;
  }

  .betting-leaderboard .betting .bet_name .second-line p {
    margin-left: 0;
  }

  .betting-leaderboard .betting .bet-infos {
    margin-right: 0;
    width: 100%;
  }

  .betting-leaderboard .betting .match_start {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .betting-leaderboard .betting .bet_name .second-line p strong {
    display: block;
  }
}


.sport-icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.sport-icon use {
  fill: #404040;
}

.live-badge {
  background: #ffc514;
  color: #fff;
  text-shadow: 1px 1px #666;
  font-weight: 700;
  font-size: 13px;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 2px 0;
  width: 46px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.occured-0 { /* lost */
  background-color: #b20e10;
  color: white;
}

.occured-1 { /* win */
  background-color: green;
  color: white;
}

.occured-2 { /* cancel */
  background-color: #efefef;
}

.history .occured-0,
.history .occured-1,
.history .occured-2,
.history .occured-x {
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 400;
}
