.rental-rate{
}

.rental-rate .head {
  background-color: #EEEEEE;
  height: 25px;
  font-weight: bold;
  font-size: 13px;
  padding: 2px;
}

.rental-rate .row_odd  {
  color: #000000;
  border-bottom: 1px dotted #CCCCCC;
  padding: 2px;
  height: 25px;
}

.rental-rate .row_even  {
  color: #000000;
  border-bottom: 1px dotted #CCCCCC;
  padding: 2px;
  height: 25px;
  background-color: #F7F7F7;
}

.rental-rate .rate_info {
  border-top: 1px dotted #CCCCCC;
  border-left: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #6D6A65;
  padding: 5px;
}

