
.floatRight {

  float: right;
  margin: 4px;
 }

 .center {

  text-align: center;
 }

 .left {

  text-align: left;
 }

 .centerImage {

   text-align: center;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
 }

 .error {

   color: #FF0000;
   font-weight: bold;
}

.errorMessage {

   font-weight: bold;
}

.clear {

  clear: both;
}

.raceSection {

  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
}

.updateTime {

  text-align: right;
}

.raceName {

font-size: 20px;
font-weight: bold;
}
