#race_results a {
color: white;
text-decoration: underline;
}
.race_results_link {
color: white;
text-decoration: underline;
}
.results_index_title {
margin-top: 4px;
margin-bottom: 12px;
} 
.results_index_title a {
font-family: copperplate, Arial, sans-serif;
color: white;
font-size: 22px;
font-weight: bold;
}
.results_index_title a:hover {
color: #c0c0c0;
}
.results_index_list { color: white;
font-size: 14px;
margin-top: 6px;
}
.results_index_list a {
color: white;
text-decoration: underline;
}
.results_index_list a:hover{
text-decoration: none;
}
.race_card_row a {
color: black;
}
.runner_profile_table {
color: black;
border-radius: 6px 6px 6px 6px;
max-width: 300px;
background-position: center top; 
background-size: cover;
}
.runner_profile_table h2{
color: black;
}
.runner_profile_table h3{
color: black;
margin-bottom: -10px;
}
.race_card_title {
padding-top: 20px;
padding-bottom: 10px;
}
.race_card_row {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid black;
}
.series_runner_profile_table {
color: white;
border-radius: 6px 6px 6px 6px;
background-position: center center; 
background-size: cover;
}
.series_runner_profile_table h2{
color: white;
}
.series_runner_profile_table h3{
color: white;
margin-bottom: -10px;
}
.series_race_card_row {
margin-bottom: 10px;
color: white;
}
.series_race_card_row a {
color: white;
}
.series_race_card_item {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid white;
}
.select2-container {
width:100%;    
color: black;
}
.select2-container a.select2-choice {
font-size: 14px;
height: 38px;
padding: 8px 12px;
line-height: 1.42857;
}
.select2-container .select2-choice .select2-arrow {
padding-top:6px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: black;
}
.select2-search__field { font-size: 18px;
}
@media (min-width: 981px){
.series_race_card_row {
display: flex;
}
.series_race_card_item {
margin-right: 0px !important;
width: 25% !important;
}
}
@media (max-width: 981px){
.series_runner_profile_table {
max-width: 300px; 
}
.series_race_card_item {
border-top: 1px solid black;
}
}