.table caption {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  caption-side: top; }

.table td {
  padding: 0;
  text-align: center; }
  .table td:hover {
    background-color: #D4EDDA;
    color: #155724;
    font-weight: bold;
    cursor: pointer; }

.hidden {
  display: none; }
