/* 
    Document   : events_column
    Created on : Jan 8, 2012, 7:42:50 PM
    Author     : billd
    Description:
        column listing of top10 riders
*/
.whos_riding {
    font-size:12px;
    border-collapse:collapse; 
}

.top10_hover {
    background-color: #184878;
    color: white;
    cursor: pointer;
    cursor: hand;
}

.riders {
  color: maroon;
  width: 120px;
  font-weight: bold;
}
.dist {
  width: 50px;
}
.dist_td {
  text-align:right;
}

.club_total {
    font-size: 10px
}
.club_total_label {
  font-weight: bold;
}

.whos_riding_updated {
  font-size: 9px;
  color: #333;
}
