<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-list h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 1.5em 0 0.3em 0;
}

.event-detail h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 8px 0;
}

.event-detail h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0.2em 0;
  display: flex;
  align-items: center;
}

.event-detail h3 {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0.2em 0;
}

.cd-eventlist-range {
  display: flex;
  flex-direction: row;
}

.formbody select {
  padding: 0.7em 2.5em 0.7em 0.7em;
  margin-bottom: 6px;
  width: auto;
}

.cd-tile-h-box {
  transition: box-shadow 0.25s ease-out;
}

.cd-tile-h-box:hover, .cd-button:hover  {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease-out;
}

.cd-tile-h-main-area {
  background-color: #f3f3f3;
  padding: 10px;
  border-bottom: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.cd-tile-h-main-content {
  flex-grow: 1;
}

.cd-tile-h-main-subheading {
  font-size: 0.8em;
}

.cd-participation-icon {
  margin-right: 10px;
}

.event-section {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.event-section &gt; li {
  margin-top: 1.5em;
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.cd-data-icon {
  min-width: 50px;
}

.cd-data-icon img {
  width: 24px;
}

.cd-data-label, .cd-data-value {
  margin-bottom: 10px;
}

.cd-data-value p {
  margin: 0 0 1em 0;
}

.cd-data-value-minor {
  font-size: 0.8em;
}

.cd-screen-only {
  margin-top: 20px;
  font-size: 0.8em;
}

.cd-detail-col {
  width: 100% !important;
}

.cd-detail-col ul li:first-child .cd-data-icon {
  margin-top: 6px;
}

#event-message {
  margin-top: 2em;
}

#edit-remark {
  margin-top: 10px;
}

#remark-editor {
  height: 100px;
  font-family: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  color: inherit;
}

#edit-remark button {
  width: 32px;
  height: 32px;
  padding: 2px;
  border-style: none;
  border-radius: 4px;
  background: #f0f0f0;
  -webkit-appearance: none;
  cursor: pointer;
  transition: box-shadow 0.25s ease-out;
  margin-right: 10px;
}

#edit-remark button:hover  {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3), 0 0 30px 0 rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease-out;
}

#edit-remark img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.rightSideLogo img {
  height: 30px;
  display: inherit;
}

.logo img {
  display: inherit;
}

.headerText {
  font-size: 1.625em; /* 26px as in help app */
}

.cd-clickable-image img {
  width: 24px;
}

.cd-clickable-image img:hover {
  transform: scale(1.1);
}

.backLink {
  float: right;
  font-size: 0.8em;
}

.advert {
  text-align: center;
  border-top: 1px solid #E5E5E5;
  padding: 0.5em 1em;
}

.cd-tile-container .cd-color-patch {
  height: 34px;
  width: 6px;
  margin: 0 8px 0 0;
  vertical-align: top;
  border-radius: 3px;
  display: inline-block;
}

.cd-detail-area .cd-color-patch {
  height: 17px;
  width: 17px;
  margin: 0 8px 0 0;
  vertical-align: top;
  display: inline-block;
  border-radius: 4px;
}

.cd-additional-backButton .cd-button {
  background: none;
  color: #1aaf94;
  padding: 0;
}

.cd-additional-backButton .cd-button:hover  {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
}

.cd-button {
  margin: 0 15px 5px 0;
  padding: 10px 25px;
  border: none;
  background: #f0f0f0;
  font-family: inherit;
  color: inherit;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.25s ease-out;
}

#refresh {
  background: #ffffff;
  padding: 10px 0;
}

#refresh:hover {
  box-shadow: none;
}

.icsFooter {
  margin-top: 2em;
}

.clubdeskIcon {
  display: none !important;
}

@media (max-width: 576px) {
  .headerPanel {
    padding: 1em;
  }

  .headerText {
    font-size: 1.3em;
  }

  .rightSideLogo img {
    height: 18px;
  }

  .logo img {
    height: 26px;
  }

  .cd-data-icon {
    min-width: 40px;
  }

  .formbody select {
    padding: 0.5em 2.5em 0.5em 0.5em;
  }

  .cd-button {
    padding: 10px 15px;
  }
}

@media (max-width: 360px) {
  .cd-button {
    width: 100%;
  }

  .clubdeskLogo {
    display: none !important;
  }

  .clubdeskIcon {
    display: inherit !important;
  }
}
</pre></body></html>