<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* For Walk-through page*/
#column_wide {
	position: relative;
	float: left;
	width: 901px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#column_left {
	position: relative;
	float: left;
	width: 620px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#column_right {
	position: relative;
	float: right;
	width: 440px;
	clear: right;
	top: 10px;
	right: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#image_left {
	position: relative;
	float: left;
	max-width: 585px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 4px;
	background-color: #a9a9a9;
	border-radius: 5px;
}
#image_right {
	position: relative;
	float: right;
	max-width: 901px;
	top: 10px;
	right: 10px;
	margin: 0 0 10px;
	padding: 4px;
	background-color: #a9a9a9;
	border-radius: 5px;
}
</pre></body></html>