
.race_container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.race_list {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}

.race_list .race_title {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.race_list .race_title a {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}

.race_list .race_img img {
  height: auto; 
  width: auto; 
  max-width: 220px; 
  max-height: 200px;
  vertical-align: top;
}

.viewrace_title {
  font-size: 20px;
  font-weight: bold;
  color: #df8329;
}

.viewrace_img img {
  float: right;
  padding: 0px 0px 15px 15px;
}

.viewrace_img img {
  height: auto; 
  width: 300px; 
  vertical-align: top;
}

.listRaceHeader {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #df8329;
  text-align: center;
  margin: 0 auto;
}

.listRaceText {
  font-size: larger;
  text-align: left;
}

.editHelpsAdmin,
.editHelpsAdmin a
 {
  font-size: larger;
  font-weight: bold;
 }

.custom div a img
{
  max-width: 180px !important;
}

.editHelpDiv label {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.editHelpDiv input {
  width: 100%;
  min-width: 300px;
  background-color: #EEE;;
  border: 1px solid grey;
}

.editHelpDiv input.saveHelpFile {
  font-size: 20px;
  font-weight: bold;
  background-color: goldenrod;
  margin-top: 15px;
}

.editHelpDiv textarea {
  background-color: #EEE;;
  border: 1px solid grey;
}

.editHelpDiv select {
  background-color: #EEE;;
  border: 1px solid grey;
  width: 100%;
  min-width: 300px;
}

#archiveHelpFile {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.archive_green {
  background-color: green !important;
  color: white;
}

.archive_red {
  background-color: red !important;
  color: white;
}

.green {
  color: green;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

a.strikethrough,
a.strikethrough:active,
a.strikethrough:hover {
  text-decoration: line-through;
  color: red;
}

div.controls.blank-required textarea {
  min-height: 160px;
  vertical-align: top;
}

.ability-tip
{
  text-decoration: underline;
  color: black;
}

.ability-tip:hover
{
  text-decoration: underline;
  font-weight: bold;
  color: black;
}