.table-slim>thead>tr>th, 
.table-slim>tbody>tr>th, 
.table-slim>tfoot>tr>th, 
.table-slim>thead>tr>td, 
.table-slim>tbody>tr>td, 
.table-slim>tfoot>tr>td{ padding: 0px; width:40px; }
.date_width {
  width:190px;
}
.time_width {
  width:110px;
}
.team_width {
  width:9em;
}
.player_width {
    width:12em;
}
.score_width {
  width:20px;
}
div.sortby:hover {
  background-color:yellow;
  cursor:pointer;
}
table.short-row-table td { 
  padding-top:2px; 
  padding-bottom:2px;
  font-size:.9em;
}
table.short-row-head th { 
    padding-top:2px; 
    padding-bottom:2px;
    font-size:.9em;
  }
.underage {
  color:red;
  font-style: italic;
}
.standing-width {
  width:50px;
}
.isvisible {
  visibility:visible;
}
.notvisible {
  visibility:hidden;
}
.static-data {
  font-style:italic;
  font-weight: bold;
  color: brown;
  font-size:1.3em;
}
.score {
  color:brown;
  font-weight:bold
}
img {
    max-width: 100%;
}
