.banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.banner h3 {
  background-color: #003660;
  color: white;
  font-family: Avenir, "Century Gothic", sans-serif;
  padding: 20px 20px 20px;
  font-weight: 900;
  line-height: normal;
}

.banner,
.banner a,
.banner-button,
.banner select {
  background-color: #003660;
  color: white;
  font-family: Avenir, "Century Gothic", sans-serif;
  padding: 20px 20px 20px;
  font-weight: 900;
  font-size: 1rem;
  line-height: normal;
}

.banner-button {
  border: inset lightgray;
}

.banner select {
  min-width: 140px;
}

.banner select:hover {
  border: outset lightgray;
}

.even {
  background: #00000012 !important;
}

body {
  background-color: #eef0f2;
  min-width: 100%;
  width: fit-content;
  min-height: 100%;
}

.main-container {
  min-height: 100%;
}

#calendar {
  margin: 10px;
}

#building-select-div {
  display: flex;
  align-items: center;
}

label {
  padding-right: 10px;
}

#building-select-div > div {
  padding-left: 10px;
}
