.categoryHeader th {
  text-align: left;
}
#statsTable th, #statsTable td { 
  background: #fff; 
}
#statsTable .statValue {
  text-align: right;
}
#statsTable {
  overflow: auto;
}

#statsTable thead th {
  position: sticky;
  top: 0;
}