table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0rem;
  margin-top: 3rem;
  table-layout: fixed;
}

th, td {
  border: 4px solid rgb(68, 48, 34); /* Adds border all around each cell */
  padding: 0.75rem 1rem;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  color: rgb(68, 48, 34);
  background-color: white;
}

#row5 {
  background-color: rgb(25, 0, 25);
}

#dateNumber {
  text-align: left;
  color: rgb(25, 0, 25);
}

#event-details {
  background-color: rgb(68, 48, 34);
  padding: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#top-display {
  display: flex;
}

#event-bar-item-holder {
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 5px;
  margin-bottom: 0.5rem;
  display: block;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

#event-description {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  margin-right: 1.8rem;
  margin-left: 1.8rem;
  border-radius: 5px;
  text-align: center;
  color: rgb(68, 48, 34);
  font-family: "Philosopher", sans-serif;
  font-size: 1.2rem;
  text-align: left;
}

@media (max-width: 768px) {
  th, td {
    border: 2px solid rgb(68, 48, 34);
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    font-size: 0.8rem;
    text-align: center;
  }
  table {
    display: none;
  }
  #mobile-events-container {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 12.5%;
  }
  .event-list-btn {
    background-color: rgb(255, 255, 255);
    border: none;
    font-family: "Philosopher", sans-serif;
    color: rgb(25, 0, 25);
    font-size: 1.2rem;
    text-align: center;
    width: 75%;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
@media (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}/*# sourceMappingURL=events.css.map */