table.scheduleList {
 width: 618px;
 border: 1px solid #5b9540;
 padding: 4px;
 border-spacing: 0px;
 margin: 10px;
}

table.scheduleList td, table.scheduleList tr, table.scheduleList th {
 padding: 4px;
 margin: 0px;
}

.headRow {
 background-color: #5b9540;
 color: #F3D802;
 padding: 10px;
 margin: 0px;
 font-weight: bold; 
}

.evenRow {
 background-color: #A6D199;
 padding: 4px;
 margin: 0px;
}
.evenRow td {
 border-bottom: 1px solid #5b9540;
 border-top: 1px solid #5b9540;
}
