.table-score .item .no {
  font-size: 1.5em;
}
.table-score .item .chg {
  font-size: 1.5em;
}
.table-score .item .chg.txt-type0 {
  color: #FFF;
}
.table-score .item .chg.txt-type1 {
  color: #f22f2f;
}
.table-score .item .chg.txt-type-1 {
  color: #55d800;
}
.score-listzs .item .nm .thumbs
{
	line-height: 48px;
}
.table-score .item .nm
{
	min-height: 42px;
}
.table-score .item .info
{
	width: 50%;
}
@media screen and (max-width:1400px) {
  .table-score .item .no {
    font-size: 1.25em;
  }
  .table-score .item .chg {
    font-size: 1.25em;
  }
}
@media screen and (max-width:1200px) {
  .table-score .item .no, .table-score .item .chg {
    font-size: 1.125em;
  }
}

@media screen and (max-width:991px) {
    .score-listzs .item .total
 {
        width: 15% !important;
    }

    .score-listzs .item td.chg,
    .score-listzs .item .no {
        width: 12% !important;
    }
    .score-listzs .item .info {
        width: 15% !important;
    }

    .score-listzs .item .nm .thumbs
    {
        line-height:135%;
    }
    .table-score .item .nm {
        min-height: 30px;
    }
}

@media screen and (max-width:576px) {
    .score-listzs .item .total {
        width: 25% !important;
    }

    .score-listzs .item td.chg,
    .score-listzs .item .no {
        width: 15% !important;
    }

    .score-listzs .item .info {
        width: 20px !important;
    }

    .table-score .item .no, .table-score .item .chg {
        font-size: 11px;
    }
}