#stores #center_colum label {}
input#addressInput {}
#center_column select#radiusSelect {width:60px}

#stores_loader {
   display: none;
   margin-left: 5px
}

#locationSelect {visibility:hidden}

#stores #center_column p .csbutton {}

#map {
   margin:15px auto;
   height:375px;
   width:85%
}

#stores-table {}
#stores-table tr:nth-child(odd) {}
#stores-table td {}
#stores-table td.distance {}

@media only screen and (max-width: 779px){
	input#addressInput, #locationSelect{width:100%;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	#map{height:250px}
}