@charset "UTF-8";
/* CSS Document */

.schedule { border: none; border-collapse: collapse; margin: 10px 0 20px 0; padding: 0; text-align: center; width: 100%; }
.schedule th { background: #333333; color: #FFFFFF; font-weight: normal; font-size: .8em; text-transform: uppercase; }
.schedule td { font-size: .9em; }
.schedule .date { width: 12%; }
.schedule .racename { width: 38%; }
.schedule .track { width: 22%; }
.schedule .winner { width: 18%; }
.shade0 { background: #EFEFEF; }
.text-align-left { text-align: left; }
.text-align-right { padding-right: 5px; text-align: right; }

