<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spec_guide_container {
	margin-bottom: 50px;
}

.spec_guide_mob {
	display: none;
}

.issuuembed span {
	display: none;
}

@media  screen and (min-width: 480px) and (max-width: 767px),
		screen and (max-width: 479px) {
	/*.spec_guide_mob {
		display: block;
	}*/
	
	.spec_guide_mob img {
		width: 100%;
	}
	
	/*.issuuembed {
		display: none;
	}*/
}</pre></body></html>