td {
  font-size : 11px;
}

.tariff {
  width : 90%;
  border-collapse : collapse;
  margin : 0;
  border : 1px solid #000;
}

.tariff .first th {
  background : #687F00;
  color : #C8DF66;
}

.tariff p, .tariff td, .tariff th {
  font-family : Verdana, Arial, sans-serif;
  font-size : 11px;
  text-align : center;
  background : #C8DF66;
  color : #000;
}

.tariff td, .tariff th {
  border : 1px solid #000;
  padding : 2px;
}

.tariff p {
  margin : 0;
}

