@charset "utf-8";
table.SelectTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px; }
  table.SelectTable.hasLargeFontSize {
    font-size: 2rem; }
  table.SelectTable.hasRegularFontSize {
    font-size: 1.2rem; }
  table.SelectTable.hasSmallFontSize {
    font-size: 0.8rem; }
  @media (min-width:960px) {
    table.SelectTable.hasSmallFontSize {
      font-size: 1.2rem; } }
table.SelectTable tbody tr td {
  padding: 1rem 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a2a2;
  text-align: center;
  cursor: pointer; }
  table.SelectTable tbody tr td.active, table.SelectTable tbody tr td:hover {
    background-color: #007cba;
    color: #fefefe; }
