@media(min-width: 1200px) {
#listingColumn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
}
}
#listingColumn::-webkit-scrollbar-track { background-color: #FFF; }
#listingColumn::-webkit-scrollbar { width: 8px; background-color: #FFF; }
#listingColumn::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

#listingColumn>*:not(:last-child) {
	border-bottom: 1px solid var(--rossylightgrey);
}

#listingColumn>div>*:first-child {
	cursor: pointer;
}
#listingColumn h6 {
	margin-bottom: 0px;
}
#listingColumn dl {
	line-height: 1;
}
#listingColumn .storeDetailsBtn,
#listingColumn .closeStoreDetailsBtn {
	cursor: pointer;
	text-decoration: underline;
}
#listingColumn .storeDetailsContainer {
	background-color: var(--rossylightgrey);
	display: none;
	padding: 15px;
}