
/**
*	List and Map view
*/

/* Fixes visual quirk with map controls caused by common WordPress styles. */
.list-and-map .map img {
	max-width: none;
}

/* Ensures marker pop-ups never get too small. */
.list-and-map-popup {
	min-height: 60px;
	min-width: 100px;
}

/* If the results div has scrollbars, clicking a marker will scroll this to top. */
.list-and-map .results {
	overflow: auto;
}
