/* price.css */

#MainContent table { 
 margin: 10px;
 width: 100%;
  border-collapse: separate;
}

#MainContent table tr td {
  padding: 5px;
}

#MainContent th {
 background: #761113;
 color: white;
 padding: 5px;
}

#MainContent .even {
 background: #dddddd;
}

#MainContent .odd {
 background: #c7c6c6;
}
