/*
tables.css is used to style the pricing tables found in the individual service pages. THIS DOES NOT STYLE THE FORMS!
*/
.pricing {
  	font-size: .8em;
  	line-height: 1.4em;
  	margin-bottom: 12px;
  	}
table {
  	width: 100%;
  	border: 1px solid #d7d9c5;
  	border-bottom: none;
  	background: #fff;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: auto;
 	border: 1px solid #d7d9c5;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 15px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}
table th {
  	color: #333;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #f9f5f3;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}