<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  touch-action: auto !important;
}
.condensed-font {
  font-family: 'Oswald', sans-serif;
}
.standard-font {
  font-family: 'Droid Sans', sans-serif;
}
body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}
::-webkit-scrollbar-corner {
  background-color: inherit;
}
/* D3 Stuff */
path {
  /*stroke: steelblue;*/
  /*stroke-width: 2;*/
  fill: none;
}
.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.vertical-bar-chart {
  display: flex;
}
.vertical-bar-chart div {
  height: 100%;
  display: inline-block;
}
.vertical-bar-chart .static-axis {
  height: 100%;
}
.vertical-bar-chart .static-axis svg {
  overflow: visible;
}
.vertical-bar-chart .chart {
  overflow-x: auto;
  overflow-y: hidden;
}
.vertical-bar-chart .x.axis line {
  display: none;
}
.vertical-bar-chart .y.axis path,
.vertical-bar-chart .y.axis domain {
  display: none;
}
.vertical-bar-chart .y.axis line {
  stroke: #ccc;
}
.vertical-bar-chart .bar {
  shape-rendering: crispEdges;
  cursor: pointer;
}
.horizontal-bar-chart {
  position: relative;
  display: block;
  width: 100%;
}
.horizontal-bar-chart .static-axis {
  position: absolute;
}
.horizontal-bar-chart .static-axis svg {
  overflow: visible;
}
.horizontal-bar-chart .chart {
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
  position: absolute;
}
.horizontal-bar-chart .y.axis line {
  display: none;
}
.horizontal-bar-chart .x.axis path,
.horizontal-bar-chart .x.axis domain {
  display: none;
}
.horizontal-bar-chart .x.axis line {
  stroke: #ccc;
}
.horizontal-bar-chart .bar {
  shape-rendering: crispEdges;
  cursor: pointer;
}
filter {
  display: block;
}
filter .qs-filter {
  margin-top: 20px;
}
filter .qs-filter-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
filter input {
  display: block;
  color: #333;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
}
filter ul {
  display: block;
  overflow-y: auto;
  height: 150px;
  position: relative;
}
filter li {
  margin-right: 8px;
  margin-bottom: 4px;
  cursor: pointer;
  position: absolute;
  width: 100%;
}
filter .S,
filter .L {
  color: lightgreen;
}
filter .A {
  color: #DDD;
}
filter .X,
filter .XS {
  color: #AAA;
}
calendar-filter {
  position: relative;
}
calendar-filter .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  padding: 12px 60px;
  border-radius: 0;
}
calendar-filter .fa-calendar {
  margin-left: 4px;
  font-size: 18px;
}
calendar-filter .qs-calendar-filter {
  position: absolute;
  top: -14px;
  padding: 12px 40px;
  background: white;
  color: #333;
  z-index: 99999;
  border-bottom: 1px solid black;
}
calendar-filter .qs-calendar-components {
  display: flex;
}
calendar-filter .qs-calendar-title {
  width: 100%;
  padding-bottom: 12px;
}
calendar-filter .qs-calendar-close {
  position: absolute;
  top: 12px;
  right: 15px;
  color: red;
}
calendar-filter .qs-calendar-months {
  width: 200px;
}
calendar-filter .qs-calendar-years {
  height: 120px;
  overflow-y: scroll;
}
calendar-filter table,
calendar-filter th,
calendar-filter td {
  border: 1px solid black;
  text-align: center;
}
calendar-filter td {
  padding: 4px;
}
calendar-filter ul {
  margin-left: 8px;
}
calendar-filter li {
  padding: 1px 8px;
}
calendar-filter td,
calendar-filter li {
  cursor: default;
}
calendar-filter .S {
  background-color: green;
  color: white;
}
calendar-filter .A {
  background-color: lightgray;
}
calendar-filter .X,
calendar-filter .XS {
  background-color: gray;
  color: white;
}
driver-table .qs-table-container {
  overflow-x: auto;
  overflow-y: none;
}
driver-table i {
  opacity: 0;
  color: red;
}
driver-table i.active {
  opacity: 1;
}
driver-table th {
  cursor: pointer;
}
driver-table table {
  width: 100%;
  min-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}
driver-table th,
driver-table td {
  text-align: center;
}
driver-table thead,
driver-table tbody,
driver-table tr,
driver-table td,
driver-table th {
  display: block;
}
driver-table tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
driver-table thead th {
  height: 30px;
  /*text-align: left;*/
}
driver-table tbody {
  overflow-y: auto;
}
driver-table td {
  padding-bottom: 10px;
}
driver-table thead {
  /* fallback */
}
driver-table tbody td,
driver-table thead th {
  width: 15%;
  float: left;
}
driver-table .rank {
  width: 80px;
  text-align: left;
  cursor: default;
}
driver-table .name {
  width: 165px;
  text-align: left;
}
driver-table tbody {
  position: relative;
}
driver-table tbody tr {
  position: absolute;
  width: 100%;
  top: 20px;
}
td {
  padding: 2px;
}
#main-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-left: 105px;
  padding-right: 105px;
}
#main-nav .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-nav li.active a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
}
#main-nav li a {
  padding-left: 24px;
  padding-right: 24px;
}
#main-nav .navbar-brand.mobile {
  display: none;
}
#main-nav .navbar-brand.desktop {
  display: block;
}
@media (max-width: 1200px) {
  #main-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 500px) {
  #main-nav .navbar-brand.mobile {
    display: block;
  }
  #main-nav .navbar-brand.desktop {
    display: none;
  }
}
#qs-selections h1 {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 0.5em;
}
#qs-selections div {
  display: inline-block;
  margin-right: 1.5em;
}
#qs-selections .field {
  text-transform: uppercase;
}
#qs-selections .clear-all {
  font-style: italic;
  color: darkred;
}
@media (max-width: 500px) {
  h2 {
    font-size: 27px;
  }
}
#dashboard h2 {
  font-weight: bold;
}
#dashboard .nav-button {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  display: inline-block;
  padding: 20px;
  color: white;
  background-color: red;
  width: 200px;
  text-align: center;
}
#dashboard .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
#dashboard #race-section {
  background: url("../assets/background-races2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#dashboard #race-section .nav-button {
  margin-top: 50px;
}
#dashboard #race-section h2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}
#dashboard #race-section .race-name {
  font-family: 'Oswald', sans-serif;
  color: red;
  font-size: 36px;
}
#dashboard #race-section .race-city {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  display: inline-block;
  margin-right: 8px;
}
#dashboard #race-section .race-date {
  color: #777;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}
#dashboard #race-section .winner-name {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
}
#dashboard #race-section .winner-time {
  color: #777;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
}
#dashboard #standings-section {
  background: url("../assets/background-drivers.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#dashboard #standings-section .nav-button {
  margin-top: 105px;
}
#dashboard #standings-section h2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}
#dashboard #standings-section table {
  font-size: 16px;
}
#dashboard #standings-section td {
  padding-bottom: 10px;
}
#dashboard #standings-section .center {
  text-align: center;
}
#dashboard #standings-section .rank-col {
  width: 5%;
}
#dashboard #standings-section .name-col {
  width: 25%;
}
#dashboard #standings-section .data-col {
  width: 10%;
}
#dashboard #standings-section .construc-col {
  padding-left: 5%;
  width: 20%;
}
#dashboard #standings-section .country-col {
  padding-left: 5%;
  width: 20%;
}
#dashboard #standings-section #standings-table {
  min-width: 540px;
}
#dashboard #standings-section .standings-table-container {
  overflow-x: auto;
  height: 175px;
}
#dashboard #construct-section {
  background: url("../assets/background-history.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#dashboard #construct-section .nav-button {
  margin-top: 150px;
}
#dashboard #construct-section h2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}
#dashboard #construct-section table {
  font-size: 16px;
}
#dashboard #construct-section td {
  padding-bottom: 10px;
}
#dashboard #construct-section .center {
  text-align: center;
}
#dashboard #construct-section .rank-col {
  width: 5%;
}
#dashboard #construct-section .name-col {
  width: 20%;
}
#dashboard #construct-section .data-col {
  width: 10%;
}
#dashboard #construct-section .country-col {
  padding-left: 5%;
  width: 20%;
}
#dashboard #construct-section .driver-col {
  width: 25%;
}
#dashboard #construct-section #standings-table {
  min-width: 540px;
}
#dashboard #construct-section .standings-table-container {
  overflow-x: auto;
  height: 300px;
}
#drivers .page-title {
  color: red;
}
#drivers p {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#drivers .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}
#drivers .main-content {
  padding-left: 0;
}
@media (max-width: 1200px) {
  #drivers .container-fluid,
  #drivers .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#drivers header {
  background: url("../assets/background-races2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
#drivers header .qs-table-container {
  margin-bottom: 20px;
}
#drivers .container {
  position: relative;
}
#drivers .filters {
  width: 270px;
  padding: 20px;
  background: #777;
  color: white;
  margin-top: 20px;
}
#drivers .mobile-filters {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 9999;
}
#drivers .mobile-filters filter {
  margin: 10px;
}
#drivers .mobile-filters .filter-panel-button {
  float: right;
  border-radius: 0;
  border-color: #777;
  padding: 8px 12px;
}
#drivers .mobile-filters .filter-panel-button:focus,
#drivers .mobile-filters .filter-panel-button:hover {
  outline: 0;
  background-color: white;
}
#drivers .mobile-filters .reveal {
  height: 0;
  width: 270px;
  background: #777;
  overflow: hidden;
  clear: both;
  color: white;
}
#drivers .mobile-filters .filter-panel-button.active {
  color: red;
  background: #777;
  border-color: #777;
}
#drivers .mobile-filters .reveal.active {
  padding: 20px;
  height: 650px;
  overflow: visible;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
#drivers .mobile-filters .fa-sliders {
  transform: rotate(90deg);
}
#drivers .mobile-filters .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
}
#drivers .mobile-filters .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#drivers .mobile-filters .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#drivers .mobile-filters .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#drivers .mobile-filters .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#drivers .mobile-filters .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#drivers .chart-heading {
  position: relative;
}
#drivers .chart-heading button {
  background: white;
  padding: 0;
}
#drivers .chart-heading .flex {
  display: flex;
  align-items: center;
}
#drivers .chart-heading button:focus,
#drivers .chart-heading button:active {
  outline: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#drivers .chart-heading h2 {
  display: inline-block;
}
#drivers .chart-heading h2 span {
  color: red;
}
#drivers .chart-heading p {
  height: 40px;
}
#drivers .chart-heading .chart-options {
  position: absolute;
  top: 68px;
  background: white;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  height: 0;
}
#drivers .chart-heading .chart-options.show {
  border-bottom: 1px solid black;
  height: 150px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#drivers .chart-heading ul {
  list-style: none;
  text-align: center;
}
#drivers .chart-heading li {
  padding: 6px;
  cursor: pointer;
}
#drivers .chart-heading .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
  margin-top: 12px;
}
#drivers .chart-heading .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#drivers .chart-heading .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#drivers .chart-heading .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#drivers .chart-heading .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#drivers .chart-heading .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#drivers .horizontal-bar-chart,
#drivers .vertical-bar-chart {
  margin-bottom: 60px;
}
#drivers .qs-table-container {
  margin-bottom: 100px;
}
#constructors .page-title {
  color: red;
}
#constructors p {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#constructors .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}
#constructors .main-content {
  padding-left: 0;
}
@media (max-width: 1200px) {
  #constructors .container-fluid,
  #constructors .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#constructors header {
  background: url("../assets/background-races2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
#constructors header .qs-table-container {
  margin-bottom: 20px;
}
#constructors .container {
  position: relative;
}
#constructors .filters {
  width: 270px;
  padding: 20px;
  background: #777;
  color: white;
  margin-top: 20px;
}
#constructors .mobile-filters {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 9999;
}
#constructors .mobile-filters filter {
  margin: 10px;
}
#constructors .mobile-filters .filter-panel-button {
  float: right;
  border-radius: 0;
  border-color: #777;
  padding: 8px 12px;
}
#constructors .mobile-filters .filter-panel-button:focus,
#constructors .mobile-filters .filter-panel-button:hover {
  outline: 0;
  background-color: white;
}
#constructors .mobile-filters .reveal {
  height: 0;
  width: 270px;
  background: #777;
  overflow: hidden;
  clear: both;
  color: white;
}
#constructors .mobile-filters .filter-panel-button.active {
  color: red;
  background: #777;
  border-color: #777;
}
#constructors .mobile-filters .reveal.active {
  padding: 20px;
  height: 650px;
  overflow: visible;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
#constructors .mobile-filters .fa-sliders {
  transform: rotate(90deg);
}
#constructors .mobile-filters .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
}
#constructors .mobile-filters .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#constructors .mobile-filters .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#constructors .mobile-filters .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#constructors .mobile-filters .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#constructors .mobile-filters .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#constructors .chart-heading {
  position: relative;
}
#constructors .chart-heading button {
  background: white;
  padding: 0;
  display: flex;
  align-items: center;
}
#constructors .chart-heading button:focus,
#constructors .chart-heading button:active {
  outline: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#constructors .chart-heading h2 {
  display: inline-block;
}
#constructors .chart-heading h2 span {
  color: red;
}
#constructors .chart-heading p {
  height: 40px;
}
#constructors .chart-heading .chart-options {
  position: absolute;
  top: 68px;
  background: white;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  height: 0;
}
#constructors .chart-heading .chart-options.show {
  border-bottom: 1px solid black;
  height: 150px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#constructors .chart-heading ul {
  list-style: none;
  text-align: center;
}
#constructors .chart-heading li {
  padding: 6px;
  cursor: pointer;
}
#constructors .chart-heading .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
  margin-top: 12px;
}
#constructors .chart-heading .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#constructors .chart-heading .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#constructors .chart-heading .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#constructors .chart-heading .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#constructors .chart-heading .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#constructors .horizontal-bar-chart,
#constructors .vertical-bar-chart {
  margin-bottom: 60px;
}
#constructors .qs-table-container {
  margin-bottom: 100px;
}
#race .overlay {
  margin-top: 100px;
  margin-bottom: 400px;
}
#race .overlay h1 {
  text-align: center;
  margin-bottom: 40px;
}
#race .overlay ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
}
@media (max-width: 1060px) {
  #race .overlay ul {
    height: 440px;
  }
}
@media (max-width: 768px) {
  #race .overlay ul {
    height: 560px;
  }
}
@media (max-width: 570px) {
  #race .overlay ul {
    height: 840px;
  }
}
@media (max-width: 400px) {
  #race .overlay ul {
    height: 1680px;
  }
}
#race .overlay li {
  display: inline-block;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#race p {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#race header {
  padding-top: 40px;
  padding-bottom: 40px;
}
#race .kpi-row {
  margin-top: 40px;
}
#race .kpi {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#race .page-title {
  color: red;
}
#race .race-name {
  font-family: 'Oswald', sans-serif;
  color: red;
  font-size: 32px;
  display: inline-block;
}
#race .different-race {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}
#race .kpi-title {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#race .kpi-name {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: black;
  margin-bottom: -6px;
}
#race .kpi-value1 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  display: inline-block;
  margin-right: 8px;
  color: #333;
}
#race .kpi-value2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  display: inline-block;
  color: #333;
}
#race .circuit-table {
  height: 150px;
  overflow: auto;
}
#race .wins-table {
  height: 400px;
  overflow: auto;
}
#race .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}
#race .main-content {
  padding-left: 0;
}
@media (max-width: 1200px) {
  #race .container-fluid,
  #race .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#race header {
  background: url("../assets/background-races2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#race .container {
  position: relative;
}
#race .filters {
  width: 270px;
  padding: 20px;
  background: #777;
  color: white;
}
#race .mobile-filters {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 9999;
}
#race .mobile-filters filter {
  margin: 10px;
}
#race .mobile-filters .filter-panel-button {
  float: right;
  border-radius: 0;
  border-color: #777;
  padding: 8px 12px;
}
#race .mobile-filters .filter-panel-button:focus,
#race .mobile-filters .filter-panel-button:hover {
  outline: 0;
  background-color: white;
}
#race .mobile-filters .reveal {
  height: 0;
  width: 270px;
  background: #777;
  overflow: hidden;
  clear: both;
  color: white;
}
#race .mobile-filters .filter-panel-button.active {
  color: red;
  background: #777;
  border-color: #777;
}
#race .mobile-filters .reveal.active {
  padding: 20px;
  height: 650px;
  overflow: visible;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
#race .mobile-filters .fa-sliders {
  transform: rotate(90deg);
}
#race .mobile-filters .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
}
#race .mobile-filters .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#race .mobile-filters .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#race .mobile-filters .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#race .mobile-filters .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#race .mobile-filters .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#race .chart-heading {
  position: relative;
}
#race .chart-heading button {
  background: white;
  padding: 0;
  display: flex;
  align-items: center;
}
#race .chart-heading button:focus,
#race .chart-heading button:active {
  outline: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#race .chart-heading h2 {
  display: inline-block;
}
#race .chart-heading h2 span {
  color: red;
}
#race .chart-heading p {
  height: 40px;
}
#race .chart-heading .chart-options {
  position: absolute;
  top: 68px;
  background: white;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  height: 0;
}
#race .chart-heading .chart-options.show {
  border-bottom: 1px solid black;
  height: 80px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#race .chart-heading ul {
  list-style: none;
  text-align: center;
}
#race .chart-heading li {
  padding: 6px;
  cursor: pointer;
}
#race .chart-heading .filter-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: inherit;
  margin-top: 12px;
}
#race .chart-heading .filter-icon .line {
  display: inline-block;
  height: 10px;
  width: 0;
  border: 1px solid black;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#race .chart-heading .filter-icon .line:first-child {
  transform: rotate(135deg);
}
#race .chart-heading .filter-icon .line:last-child {
  transform: rotate(45deg);
}
#race .chart-heading .filter-icon .line.active:first-child {
  transform: rotate(45deg);
  margin-right: -2.75px;
  border-color: red;
}
#race .chart-heading .filter-icon .line.active:last-child {
  transform: rotate(135deg);
  margin-left: -2.75px;
  border-color: red;
}
#race .position-chart-container {
  margin-bottom: 100px;
}
#race .position-chart-container .placeholder-title {
  font-family: 'Oswald', sans-serif;
  color: red;
  font-size: 24px;
}
footer {
  background: url("../assets/footer.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 105px;
  padding-right: 105px;
}
@media (max-width: 1200px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
footer div.container-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer div.footer-links {
  flex-grow: 1;
  text-align: center;
}
footer img:first-child {
  margin-right: 20px;
}
footer a {
  font-family: 'Oswald', sans-serif;
  color: #777;
  font-size: 24px;
  margin-left: 5px;
  margin-right: 4%;
}
footer .logo {
  margin-right: 0;
}
footer .logo img {
  width: 120px;
}
</pre></body></html>