/*Municipal court*/
#citation_prices_table{
  width: 692px;
  border: 1px solid #eee;
  margin-top: 10px;
}

#citation_prices_table td.header{
  font-weight: bold;
}


#citation_prices_table td{
  padding: 2px 5px 2px 5px;
}


#citation_prices_table th{
   text-align: center;
   background-color: #eee;
}

#citation_prices_table tr.even{
    background-color: #fff;
}

#citation_prices_table tr.odd{
  background-color: #eee;
}


/*End municipal court*/


/*Recreation*/
.recreation_prices_table{
  width: 692px;
  border: 1px solid #eee;
  margin-top: 10px;
}

.recreation_prices_table td.header{
  font-weight: bold;
}


.recreation_prices_table td{
  padding: 2px 5px 2px 5px;
}


.recreation_prices_table th{
   text-align: center;
   background-color: #eee;
}

.recreation_prices_table tr.even{
  background-color: #fff;
}

.recreation_prices_table tr.odd{
  background-color: #eee;
}


/*End Recreation*/