h1 {
  color:#27ae60;
}
h2 {
  color:#e9e9e9;
}
p {
  color:#e9e9e9;
}
table, th, td {
  border: 0px solid rgb(128,128,128);
  border-collapse: collapse;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  padding: 6px;

}
tr:nth-child(even) {
  background-color: #f6f6f6;
}
tr:nth-child(odd) {
  background-color: #e9e9e9;
}
th {
  font-weight: 900;
  color: #ffffff;
  background-color: #27ae60;
  padding: 6px;
  min-width: 100px;
  text-align: left;
}
.minWidthCell {
  min-width: 280px;
}
.bestlaptime {
  color: purple;
  font-weight: 700;
}
body {
  color: #3b3b3b;
  background: #2b2b2b;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
  font-weight: 400;
}

.div_head {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.div_content {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}


.table_head {
  color: #3b3b3b;
  background: #2b2b2b;
  font-weight: 900;
  font-family: 'Helvetica Neue', Helvetica, Arial;

}

a:link {
  text-decoration: none;
  color: #3b3b3b;
}

a:visited {
  text-decoration: none;
  color: #3b3b3b;
}

a:hover {
  text-decoration: underline;
  color: green;
}

a:active {
  text-decoration: underline;
  color: green;
}