#contact {
  margin: 10px 10px 10px 0;
  }
#contact th {
  text-align:left;
  width:80px;
  font-size:0.75em;
  font-weight:normal;
  border-bottom: 10px solid #fff;
  background:#deebf3;
  padding: 5px 10px;
  }
#contact td {
  border-bottom: 10px solid #fff;
  background:#deebf3;
  padding: 5px 10px;
  font-size:0.75em;
  }
#contact tfoot td {
  background:transparent;
  padding-left:110px;
  }

/* Rates Table */
.rates th, .rates td {
	font-size:0.675em;
	vertical-align:top;
	padding:5px;
	}
.rates th {
	background:#015F85;
	color:#fff;
	text-align:left;
	}
.rates td {
	background:#d9f1fa;
	}
.rates tfoot td {
	background:#adccd8;
	font-weight:bold;
	}