<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 {
  padding-bottom: 5%;
  font-size: 100%;
  font-weight: 800;
  text-align: left;
}

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


.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: 13px;
}

.tvo-report-title {
  margin-top: 2px;
  font-size: 95%;
  font-weight: 500;
  line-height: 165%;
  text-align: left;
}
.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;
}

.tvo-report-time {
  font-size: 115%;
  text-align: left;
  letter-spacing: 0.1em;
}


@media screen and (min-width: 768px) {
#event_report {
  padding-bottom: 2%;
  font-size: 120%;
  font-weight: 800;
  text-align: left;
}
.report_container {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 25px;
}
.tvo-report-title {
  margin-top: 1px;
  font-size: 105%;
  font-weight: 500;
  line-height: 165%;
  text-align: left;
}
.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;
}
.tvo-report-time {
  font-size: 115%;
  text-align: left;
}


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