
  #banner {
	background-position: bottom center;
  }
   
 .info-line p {
    font-size: 24px;
    line-height: 1.2;
}
#meeting-table {
    display: none;
    max-width: 700px;
    margin: 0px auto 30px;
}

  /* Table Styling */
  #meeting-table th, #meeting-table td {
      border: 1px solid black;
      padding: 8px;
      text-align: left;
  }

  #meeting-table th {
      background-color: #f2f2f2;
  }

  /* Highlighted Dates */
  #meeting-table td[style="background-color: yellow;"] {
      font-weight: bold;
  }
