#howchill-search-map > svg{
	display:block;
	margin:auto;
}

#howchill-search-map g[data-slug]{
	cursor:pointer;
}

#howchill-building-project{
	width:65%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}

#howchill-building-project > div{
	
}

#howchill-building-project input{
	margin-right:5px;
}

#howchill-search-map select{
	width:100%;
	max-width:640px;
	line-height:1;
	padding:0 15px;
}

#howchill-search-map .st1{fill:#B6CDCC;}
#howchill-search-map .st2{fill:#6F6F6F;}
#howchill-search-map g[data-slug]:hover > .st1{fill:#F6B76F;}
#howchill-search-map g[data-slug].active > .st1{fill:#F6B76F;}
#howchill-search-map .st4{fill:none;stroke:#6F6F6F;stroke-width:0.601;stroke-miterlimit:10;}
#howchill-search-map .map-search-button{background-color:#00d6c9;margin-top:10px;border-radius:4px;}
