
body{

}
footer{
margin-top:2rem;
}

.semi-transparent{
  background-color: rgba(255,255,255,0.7) !important;
}
.sponsorlogo{
  max-height: 100px;
}

.carousel-control-next,
.carousel-control-prev{
  width:2% !important;

}
.total{
  font-weight: bold;
}

td.tname{
  width: 5% !important;
}
td.tdesc{
  width:45%;
}
td.tcolor{
  width: 10%;
}
td.tdate{
  width: 40%
}

td.distance.tdesc{
  width: 35% !important;
}
td.distance.tdate{
  width:25% !important;
}

td.total{
  border-top: 2px solid #999;
}
td.dist,
td.total{
  text-align: right;
  width:35%;
}
@media (max-width: 600px) {
  
  td.dist,
  td.distance,
  th{
    font-size: 0.8em;
  }
}
