<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">aside {
	display: block;
	margin: 0;
	padding: 0;
}

aside {
	width: 233px;
	min-height: 500px;
}
aside.right {
	margin-left: auto;
}
a {
	/*text-decoration: underline;*/
}
a:hover {
	text-decoration: none;
}
.body {
	max-width: 1200px;
	margin: -35px auto 0px;
}
.body.mintech {
	max-width: 100%;
	margin: -35px auto 0px;
}
@media screen and (max-width: 767px) {
	aside {
		width: auto;
	}
}</pre></body></html>