#map {
	width: 100%;
	margin: 0 auto;
}

#exhibitors-list {
	/* -webkit-column-count: 3 !important; */
	     -moz-column-count: 3 !important;
	          /*  column-count: 3 !important; */
	  /*  -webkit-column-width: 200px !important; */
	     -moz-column-width: 200px !important;
	          /*  column-width: 200px !important; */
			  width: 660px !important;
			  margin-left: -3em !important;
}

svg {
	width:100%;
    margin-top: -4em;
}
