#main-content .price-table {
border: 1px solid #000;
}
#main-content .price-table tr.odd {
background-color: #ffeaa8;
/* background-color: #fff4d3; */
}
#main-content .price-table td {
border: 1px solid #000;
padding: 2px;
}
#main-content .price-table tr.header{
background-color: #000;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
#main-content .price-table tr.header>td {
padding-top: 10px;
}
#main-content .price-table tr.footer>td {
background-color:#eee;
text-align:center;
text-transform:
uppercase;
font-size:0.8em;
}