
#Main>article>section.Map /* customization for map container */
{
	flex: 1 0 50%; /* takes half the container width */

	z-index: 0; /* to let overlay buttons be on top */
	border: solid 1px var(--nav_background);
	border-bottom: none;
	border-right: none;
}

#MapArrivals /* the rendered div within map section for arrivals */
{
	width: 100%;
	height: 100%;
	background-color: #DDDDDD; /* this is what leaflet is using */
}

