#stores-table th {
	font-weight: bold;
}
#stores #center_colum label {
	display:inline-block;
	width:150px;
	font-weight:bold;
	text-align:right
}
input#addressInput {
	padding:2px 5px;
	border:1px solid #B3D0D4
}
select#radiusSelect {
	margin: 0 5px 0 0;
	width:70px;
	border:1px solid #B3D0D4
}

#stores_loader {
   display: none;
   margin-left: 5px
}

#locationSelect {
   visibility: hidden;
   width: 400px;
	border:1px solid #B3D0D4
}

#stores #center_column p .button {float:right}

#map {
    height: 380px;
    margin: 15px auto;
    width: 100%;
}
#map img{max-width: inherit;}
#stores-table {border-bottom:1px solid #B3D0D4; }
#stores-table tr:nth-child(odd) {background-color: #D5E8EB;}
#stores-table td {
	border-top:1px solid #B3D0D4;
	border-bottom:none;
	border-right: 1px solid #B3D0D4
}
#stores-table td.distance {border-right:1px solid #B3D0D4}