#navbar a {
  width: auto;
}

#calendar {
  table-layout: auto;
}

#calendar table a {
  width: 100%;
}

#navbar {
  table-layout: auto;
}

#calendar table a:hover {
  background-color: #B94719;
  color: white;
}


