<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spec_b{
	width:100%;
	margin: 0 0 24px 0;
}
.spec_b a{
	width:100%;
	text-align: center;
	display: inline-block;
}
.spec_b img{
	width: auto;
	max-width: 100%;
	display:inline-block;
}
.spec_b img.small_picture{
	display:none;
}
@media (max-width: 767px) {
	.spec_b {
		background-color: #fdff1a;
	}
}
@media (max-width: 575px) {
	.spec_b img.small_picture{
		display:inline-block;
	}
	.spec_b .big_picture{
		display:none;
	}
}</pre></body></html>