<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#event_report {
  margin-bottom: 8.5%;
  font-size: 100%;
  font-weight: 800;
}

.report_container {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}


.tvo-report-link,
.tvo-report-link:visited {
  color: #000;
  text-decoration: none;
}

.tvo-report-link:hover {
  opacity: 0.8;
}

.tvo-report-thumbnail {
  max-width: 100%;
  padding-bottom: 10px;
}

.tvo-report-title {
  margin-top: 2px;
  font-size: 95%;
  font-weight: 500;
  line-height: 165%;
}
.tvo-report-title a {
  color: #000000;
  text-decoration: none;
}
.tvo-report-title a:hover {
  color: #000000 !important;
  text-decoration: none;
  opacity: 0.6;
}
.tvo-report-title a:active {
  color: #000000 !important;
  text-decoration: none;
  opacity: 0.6;
}
.tvo-report-title a:visited {
  color: #000000;
  text-decoration: none;
}


@media screen and (min-width: 768px) {
#event_report {
  margin-bottom: 65px;
  font-size: 120%;
  font-weight: 800;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.report_container {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}
.tvo-report-title {
  margin-top: 1px;
  font-size: 105%;
  font-weight: 500;
  line-height: 165%;
}
.tvo-report-title a {
  color: #000000;
  text-decoration: none;
}
.tvo-report-title a:hover {
  color: #000000 !important;
  text-decoration: none;
  opacity: 0.6;
}
.tvo-report-title a:active {
  color: #000000 !important;
  text-decoration: none;
  opacity: 0.6;
}
.tvo-report-title a:visited {
  color: #000000;
  text-decoration: none;
}
}</pre></body></html>