.wpgmza_map
{
	float: none !important;
}

.wpgmza-mushers
{
	list-style: none;
	padding: 0;
	margin-top: 1em;
	columns: 3;
}

@media screen and (max-width: 640px)
{
	.wpgmza-mushers
	{
		columns: 2;
	}
}

@media screen and (max-width: 360px)
{
	.wpgmza-mushers
	{
		columns: 1;
	}
}

.wpgmza-mushers>li
{
	background-color: ghostwhite;
	padding: 0.1em 0.5em;
	border-top: 1px solid lightgray;
}

.wpgmza-mushers>li:nth-child(odd)
{
	background: #eee;
}

.wpgmza-mushers>li:first-child
{
	display: block;
}

.wpgmza-mushers>li:last-child
{
	border-bottom: 1px solid lightgray;
}