

div.schedule table {
   border:1px dashed;
   font-size:90%;
   width:100%;
}

div.schedule p.title {
   font-weight:bold;
   text-align:center;
   font-size:140%;
   margin:5px 0 20px 0;
}

div.schedule table th {
   font-size:110%;
}

div.schedule table tr td {
   padding:2px 3px 2px 3px;
}

div.schedule table tr.odd {
   background-color:#B9EAB9;
}

div.schedule table td img {
   vertical-align:middle;
}

div.schedule table tr td span.old-price {
   text-decoration:line-through;
}

div.schedule table tr td span.new-price {
   font-weight:bold;
   color:#FF3760;
   font-size:110%;
}

div.schedule table tr td.price {
   text-align:center;
}

div.schedule table tr td span.price {
   font-weight:bold;
}
