table.roster {
 border:solid 1pt;
 width:100%;
 border-collapse: separate;
 border-spacing: 0pt;
 margin-left: auto;
 margin-right:auto;
}

table.roster td {
 font-family: serif;
 border-bottom: solid 1px;
 border-left: solid 1px;
 white-space: nowrap;
}
table.roster td.roster:hover {
  color:white;
  background-color: #114;
}

table.roster td.rosterday {
 border-left-style: none;
}
table.roster th, table.roster2 th {
 border-width:2pt;
 color: white;
 background-color: black;
}

@media print {
 table.roster th, table.roster2 th {
  color: black;
  background-color: white;
  border: 2pt inset black;
 }
}

tr.rostergap td {
 border-top-style:solid;
}

/*
table.roster2, 
*/
table.roster2 >tbody>tr> td {
 border-style: none;
 vertical-align: top;
}



table.roster td.rosterselect {
 font-weight:bold;
 border:solid red 2pt;
}

table.roster button {
  padding:0;
}

table.nameslist {
 margin-left:auto;
 margin-right:auto;
}
table.nameslist td {
 width:25%;
 whitespace: no-break;
 vertical-align:top;
}

