.color-gold {
  color: gold;
  border-color: gold !important;
}

.color-silver {
  color: silver;
  border-color: silver !important;
}

.color-bronze {
  color: #cd7f32;
  border-color: #cd7f32 !important;
}

.clickablerun:hover > td {
    background-color: #f0f0f0; /* Example hover effect */
    text-decoration: underline;
    cursor: pointer;
}