div.entry-content {
  margin: 0 auto;
  max-width: 800px;
}

#api-table-container table {
  width: 200%;
  border-collapse: collapse;
  margin: 10px auto;
}

#api-table-container th,
#api-table-container td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

#api-table-container td {
  text-transform: uppercase;
}

#api-table-container th {
  background-color: #f4f4f4;
  font-weight: bold;
}

td.start {
  background-color: green !important;
  color: white !important;
}

td.number {
  text-align: center !important;
}

a.download_link {
  text-decoration: none;
  color: white;
  background-color: #0073aa;
  padding: 5px 10px;
  border-radius: 5px;
}

#race-admin-api-table-footer {
  margin: 10px auto;
  text-align: "right";
}
