/* button-link style */
#coordinates_map {
	color: darkgreen;
	text-decoration: none;
}
/* toggle style */
#coordinates_map::after {
	content: '▼';
}
#coordinates_map.opened::after {
	content: '▲';
}

iframe#openstreetmap {
    height: 350px;
    width: 100%;
    clear: both;
}