table.prices {
               width: 100%;
               margin-top: 20px;
               color: #575f50;
               background: #cecece;
               text-align: center;
               border: 1px solid #cecece;
               }
tr {
     height: 25px;
     background: #e2e7fd;
     }
tr.head {
          color: #000000;
          height: 30px;
          }
tr.odd { background: #ffffff; }
th.category {
              width: 200px;
              background: #b4c3fe;
              color: #000;
              text-transform: uppercase;
              }
th.rental_days {
                 background: #b4c3fe;
                 color: #000;
                 }
td.car_hire {
              width: 200px;
              color: #000000;
              }
td img {
         display: block;
         width: 50px;
         overflow: hidden;
         }
/* th, */
/* td { */
/*      border: 1px solid #cecece; */
/*      } */
td a {
       /* color: #000; */
       font-size: 11px;
       }