<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* ------------------------------------------------------------------------- */

@media (min-width: 1024px) {
    .page-kalender {
        margin: 2rem 10vw 0;
        flex-grow: 1;
    }
}

/* ------------------------------------------------------------------------- */

.event {
}

.event-StuW {
  color: white;
  background-color: #3273dc;
}
.event-StuW-private {
  color: white;
  background-color: #3273dc;
}
.event-Stuver {
  color: white;
  background-color: #3273dc;
}

/* Werkgroepen */
.event-Prime {
  color: white;
  background-color: green;
}
.event-VVN {
  color: white;
  background-color: blue;
}
.event-Zeus {
  color: white;
  background-color: #ff7f00;
}

/* Studentenverenigingen */
.event-Chemica {
  color: white;
  background-color: blue;
}
.event-GBK {
  color: white;
  background-color: red;
}
.event-Geografica {
  color: white;
  background-color: grey;
}
.event-Geologica {
  color: white;
  background-color: green;
}
.event-WiNA {
  color: black;
  background-color: #FFE01B;
}

/* ------------------------------------------------------------------------- */

#calendar .fc-daygrid-day-number {
  color: var(--bulma-body-color);
}

.fc-col-header-cell-cushion {
  color: var(--bulma-text-strong);
}

@media (max-width: 767.98px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
  }

  .fc-header-toolbar .fc-toolbar-chunk {
    display: block;
  }
}

</pre></body></html>