table.clinics {
	margin-bottom: .8em;
	width: 100%;
	border-collapse: collapse;
	}
	
.clinics caption {
	width: 100%;
	padding-bottom: .2em;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	}	
	
.clinics, .clinics th, .clinics td {	
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	}

.clinics td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 3px solid #fff;
	padding: 4px 2px 4px 4px;
	background: #f3f8f8;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	}
		
.clinics tbody th {
	border-top: 1px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 2px 4px 4px;
	background: #f3f8f8;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	}
	
.clinics tbody tr th:first-child {
	width: 9.8em;
	padding-left: 0;
	font-weight: bold;
	color: #004848;
	}
	
.clinics tbody tr th:first-child a,
.clinics tbody tr th:first-child a:visited {
	color: #004848;
	}	
	
.clinics tbody tr th+th {
	width: 6em;
	}
	
.clincs tbody tr td:last-child {
	width: 50%;
	padding-right: 0;
	}	

.clinics thead th {
	background: #efeee6;
	font-weight: bold;
	text-align: center;
	}
