div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}

div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
  max-width: 250px;
}
div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
  max-width: 250px;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  color: black;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
div.dt-container select.dt-input {
  padding: 4px;
}
div.dt-container button.dt-paging-button {
  background: transparent!important;
  color: #0c0c0c;
  border-radius: 0.42rem;
  font-size: 1.555rem;
  min-width: 2.5rem;
  padding: 10px;
}
div.dt-container button.dt-paging-button.current {
  background: #0600ff!important;
  color: #ffffff;
}
.dt-search label {
  padding-top: 10px;
}
div.dt-container .dt-search input {
  border: 1px solid #f5f8fa;
  border-radius: 0.475rem;
  padding: 1rem;
  font-size: 1.1rem;
  background-color: #f5f8fa;
  line-height: 1.5;
  color: #5E6278;
  margin-left: 3px;
  width: 250px;
  transition: color 0.2s ease;
}
div.dt-container table thead {
  background: #0600ff;
  font-size: 1.125rem;
}
table.dataTable tr:nth-child(2n) {
  background-color: #f6f6f6;
}
table.dataTable th, table.dataTable td {
  box-sizing: border-box;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>th.dt-ordering-asc, table.dataTable thead>tr>th.dt-ordering-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc, table.dataTable thead>tr>td.dt-ordering-asc, table.dataTable thead>tr>td.dt-ordering-desc {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  height: 32px;
  line-height: .95;
  text-transform: uppercase;
}
td.team-roster-table__number {
  align-items: center;
  color: #262261;
  display: flex;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 30em) {
  .table__td__rank {
    width: 18px;
  }
}
.table__td__rank {
  margin-right: 16px;
  width: 12px;
}
@media screen and (min-width: 40em) {
  .table--stats .table__body, .table--stats .table__head {
    font-size: 1.125rem;
  }
}
