#legend {
	max-width: none;
}
@media (min-width: 1200px) {
	#legend li {
		width: calc(25% - 12px);
	}
}
