.table-score .item .nmxx {
  font-size: 1.25em;
  text-align: center !important;
}
.table-score .item .tm {
  font-size: 1.125em;
  text-align: center !important;
}
.table-score .item .nmxx {
  font-weight: bold;
  background-color: #a9c4ff;
}
.table-score .item .totalx {
	width: 10%;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #f22f2f;
  color: #FFF;
}
.table-score .item .tm {
  padding: 5px 0 !important;
}
.table-score .item .tm div {
  padding: 6px 0;
  border-bottom: 2px solid #FFF;
}
.table-score .item .tm div:last-child {
  border-bottom: none;
}
@media screen and (max-width:1400px) {}
@media screen and (max-width:1200px) {
  .table-score .item .nmxx {
    font-size: 1.25em;
  }
  .table-score .item .tm {
    font-size: 1.125em;
  }
}
@media screen and (max-width:1200px) {
  .table-score .item .nmxx {
    font-size: 1.125em;
  }
  .table-score .item .tm {
    font-size: 1.125em;
  }
}

@media screen and (max-width:992px) {
    .table-score .item .totalx
    {
        width:20%;
        font-size:12px;
    }

    .table-score .item .nmxx {
        font-size: 12px;
    }

    .table-score .item .tm {
        font-size: 12px;
    }
}


