@font-face {
  font-family: Futura;
  src: url('https://cdn.prod.website-files.com/65cb1f9c0ed377c092831573/65e9bdc1784547fed187699a_FuturaBT-Medium.woff2');
}

body {
  font-family: Futura;
  max-width: 1400px;
  margin: 0 auto 2em;
}

.popover {
  max-width: 500px !important;
}

.disabled {
  opacity: 80%;
}

.disabled a.source-id {
  text-decoration: line-through !important;
}

#calendar {
  font-size: 16px;
  font-weight: 400;
  max-width: 1400px;
  margin: 1em auto 2em;
}

.fc-event-time {
  font-family: monospace;
  font-size: 11px !important;
}

.calendar-feed {
  margin: 10px 8px 10px 8px;
  display: inline-block;
}

.calendar-feed .fc {
  display: inline-block;
}

header {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-size: 1.5em;
  background-color: whitesmoke;
}

.box-tip {
  margin-top: 10px;
  border-radius: 4px;
  border-color: LightSkyBlue;
  border-width: 2px;
  border-style: solid;
}

.box-tip p {
  margin: 0;
  padding: 4px 4px;
  background-color: LightSkyBlue;
}

.box-warn {
  margin-top: 10px;
  border-radius: 4px;
  border-color: orange;
  border-width: 2px;
  border-style: solid;
}

.box-warn p {
  margin: 0;
  padding: 4px 4px;
  background-color: orange;
}

footer {
  margin-top: 10px;
  text-align: right;
  opacity: 0.7;
}

.custom-button {
  font-size: 14px;
  font-weight: 400;
  font-family: monospace;
  background-color: lightblue;
  border: none;
  border-radius: 3px;
}

.custom-button:hover {
  background-color: whitesmoke;
}