#stores-table {
	width: 100%;
	border-collapse: collapse;
	display: none;
}
#stores-table tr td {
	height: 95px;
}
#stores-table tr th, #stores-table tr td {
	padding: 5px;
}
#stores-table tr td.num {
	font-size: 16px;
}
#stores-table tr td.distance, #stores-table tr td.num {
	text-align: center;
}
#stores-table tr th {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
div.store-small {
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
}
#map {
	margin: 18px 0;
	width: 100%;
	min-height: 350px;
}
#locationSelect {
	width: 350px;
	visibility: hidden;
}
#stores_loader {
	margin-left: 5px;
	display: none;
}
#store_hours {
	font-weight: bold;
	text-decoration: underline;
	width: 80px; 
	height: 15px;
	display: block;
}
#addressInput {
	width: 350px;
}
#stores #center_column #addressInput{
	float: none;
	margin-right: 5px;
}
#stores .selected_location{
	clear: both;
	margin: 18px 0 0 0;
}