#stores #centerColumn label {
	display:inline-block;
	width:100px;
	font-weight:bold;
	text-align:right;
    margin-right: 10px;
}
input#addressInput {
	padding:2px 5px;
	width:300px;
	border:1px solid #555;
    background: #373737;
    color: white;
}
select#radiusSelect {
	margin: 0 5px 0 0;
	width:50px;
	border:1px solid #555 !important
}

#stores_loader {
   display: none;
   margin-left: 5px
}

#locationSelect {
   visibility: hidden;
   width: 400px;
	border:1px solid #555 !important;
    margin-top: 25px;
    margin-left: 110px;
}

#map {
   margin:15px auto 30px;
   height:375px;
   width:725px;
   color: black !important;
}

#stores-table {}
#stores-table tr:nth-child(odd) {background-color: #f3f3f3;}
#stores-table td {
	border-bottom:none;
    background: #373737 !important;
    color: white !important;
}
#stores-table td.distance {border-right:1px solid #999}