.qLegend {
    width: 95%;
}

.qLegend > .fsElementContent {
    padding: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
	display: block;
}

.qLegend .map-legend-2 a {
    font-size: 13px;
}

.qLegend .map-legend-2 {
    display: block;
    background: #fff;
    padding: 20px 5px;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.qLegend .map-legend-2 .fsResourceCollectionName:after {
	display: block;
}

@media only screen and (min-width: 700px) {
    .qLegend > .fsElementContent {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
	}
}

@media only screen and (min-width: 900px) {
    .qLegend > .fsElementContent {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
	}
}

@media only screen and (min-width: 1100px) {
    .qLegend > .fsElementContent {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
	}
}