table {
border: 1px solid white;
}

tr {
border-bottom: 1px solid navy;
}

td {
border-bottom: 1px solid navy;
}

.tableHeader {
font-weight: bold;
font-size: 1.25em;
}

.tableHeaderCost {
text-align: right;
width:6em;
}

.onPeak {
/*background-color:yellow;*/
}

.offPeak {
/*background-color:red;*/
}

dates {
padding:0.5em;
}

.weeklyCost {
padding:0.5em;
text-align:right;
}

.dailyCost {
padding:0.5em;
text-align:right;
}

#ratesTable1, #ratesTable2 {
width:48%;
float:left;
}

#ratesTable2 {
float:right;
}