<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: url(/race/images/bg.jpg);
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0!important;
  background-color: #ffffff;
}
.navbar.main-menu {
  background-color: #d7a621;
}
.navbar.main-menu .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  font-weight: bold;
}

.navbar.main-menu .nav-link.active {
  background-color: #ffffff!important;
  color: #2A5474!important;
  font-weight: normal!important;
}
.main-content {
  flex-grow: 1;
  background: #fff;
  padding: 25px 0 80px;
  width: 85%;
  margin: 0 auto;
  max-width: 960px;
}

.breadcrumb {
  --bs-breadcrumb-divider: '&gt;';
}
.breadcrumb &gt; .breadcrumb-item {
  color: #555555;
}
.breadcrumb &gt; .breadcrumb-item:not(.active) &gt; a:hover {
  color: #2A5474;
}
footer {
  width: 100%;
  height: 110px;
}
footer &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/race/images/footer-2021-2.jpg);
  background-position: center;
  background-size: cover;
}

.index-img-link &gt; img {
    width: 100%;
}
.index-img-link:hover &gt; img {
    -webkit-filter: saturate(1.8);
    filter: saturate(1.8);
}

/*awards*/
.img-in-awards {
  max-width: 450px;
  margin: 10px 0;
}
.img-in-awards &gt; img {
  width: 100%;
}

.content-area {
  font-size: 1rem;
}
.form-area {
  font-size: 1rem;
}
.content-area .content-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.content-area .content-link {
  color: #007bff;
}
.content-area a, .form-area a {
  color: #007bff;
}
.info-content {
    max-width: 500px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
.info-content.text-normal {
  font-size: 1rem;
}
.mx-width-450 {
  max-width: 450px;
}
.mx-width-750 {
  max-width: 750px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7!important;
  border-color: #2e6da4!important;
  font-size: 24px;
  padding: 15px 25px 15px 25px;
}
.content-area .h1 {
  font-size: 1.3rem;
  font-weight: 700;
}
.form-area .form-label {
  color: #666;
  font-size: .95rem;
  margin-top: 15px;
  margin-bottom: 0;
}
.form-area &gt; h2 {
  text-align: center;
}</pre></body></html>