.locations {
	
}

.location {
	position: relative;
    border: 1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 20px;
	display: block;
	overflow: auto;
}

.location-info {
   padding: 5px; 
}

.location-map {
	position: relative;
	float: right;
    width: 265px;
    height: 165px;
    border: 1px solid #ccc;
}

#address {
	width: 160px;
	float: left;
}

#hours {
	width: 180px;
	clear: both;
}

	#hours .day {
		padding: 4px;
		overflow: hidden;
		width: 170px;
	}

	#hours .odd {
		background-color: #EFEFEF;
	}

		#hours .day .label {
			width: 40px;
			float: left;
		}

	#hours .times {
		width: 130px;
		float: left;
	}


.drill .content .cms p {
	border-bottom: 0;
}

