#athleteCarousel {
  max-width: 500px;
  margin: auto;
}
.carousel-item {
  transition: transform 0.5s ease-in-out;
}


/* ==========================================
   ATHLETE SELECT TABLE FIX
   ========================================== */

.athlete-select-inner .table {
  color: #ffffff !important;
}

.athlete-select-inner .table td,
.athlete-select-inner .table th {
  color: #ffffff !important;
}

/* Keep header readable */
.athlete-select-inner .table thead th {
  background-color: #ffffff !important;
  color: #000000 !important;
}