<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #546778;

	/* properties of block elements */
	padding: 0;	/* all, TB/RL, TRBL */
	margin: 0;

	font-family: Arial, sans-serif; /* fall back to ss */
	font-size: 12px;

	width:100%;

}

.content {
	display: block;
	margin: auto;
	min-width: 1014px;
	max-width: 1014px;
}

.title {
	width:100%;
	min-width: 640px;
	/*max-width: 1100px;*/
}

.titleImage {
	display: block;
	margin: auto;
}


.radio.container {
	width: 644px;
	margin: 10px 0;
}

/* .button etc is a heirarchy */
.button.timer.label {
	text-decoration: none;	/* no underline on 'a' elements */
	font-size: 22px;
	color: #312F47;
	background-color: #597384;
	text-align: center;
	padding: 0 4px 0 4px;
	margin: 0 4px 0 0;
}

.button.timer.radio {
	text-decoration: none;	/* no underline on 'a' elements */
	font-size: 22px;
	color: #FF6E4A;
	background-color: #312F47;
	text-align: center;
	width: 15%;
	margin: 0 4px 0 0;

}

.button.timer.radio.checked {
	color: #FEB74B;
}

.button.timer.radio:last-child {
	margin-right: 0;
}


.button.selfie {
	text-decoration: none;	/* no underline on 'a' elements */
	font-size: 22px;
	color: #FF6E4A;
	background-color: #312F47;
	padding: 4px 10px;
	margin: 4px;
	width: 228px;
	text-align: center;
}


/* a tag by default is not a block element, so... to make it a block you use the property */
span.button.timer.radio, a.button.selfie, a.button.timer.radio {
	display: inline-block;
}

#statusLine {
	width: 80%;
	padding: 5px;
	background-color: #597384;
	color: black;
	border: none;
	margin: 5px 0;
}

canvas {
	display: block;
	border: 2px dotted #FEB74B;
}


div#lhs {
	width:644px;
	margin: 5px;
	display: inline-block;
}

div#rhs {
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 5px 0;
	vertical-align: top;

	border: 2px dotted #FEB74B;
	width:256px;

	height: 519px;	/* for IE__ */
	max-height: 519px; /* for all bsc */
}
</pre></body></html>