TABLE#services {
	width: 100%;
	background: #1d1d1d;
	color: #A7A7A7;
	
	border-width: 0 12px 12px;
	border-color: #1d1d1d;
	border-style: solid;
}

	TABLE#services TH H2 {
		font-size: 12px;
		
		margin: 0;
		padding: 15px 0 5px;
		color: #fff;
	}

	TABLE#services TD {
		background: #252525;
		vertical-align: top;
		padding: 5px;
	}

		TABLE#services TD P {
			margin: 0;
			padding: 10px;
		}