<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
	font-family: sans-serif;
	font-size: 30pt;
	margin: 20px;
	text-align: center;
}

#content {
	margin: 0px auto;
	width: 950px;
	font-family: sans-serif;
	font-size: 14pt;
}

#leftPane {
	text-align: center;
}

#rightPane {
	text-align: center;
}


button {
	margin: 0px 5px;
	font-size: 18pt;
	background-color: #649ada;
	color: white;
	border: 1px solid black;
	padding: 5px;
}

button:hover {
	background-color: #a2bbd8;
}

button:active {
	background-color: #598abb;
}

#inputBox img {
	height: 200px;
	object-position: 0 -50px;
	margin-bottom: -50px;
}

.componentLabel {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
}

.note {
	font-style: italic;
	color: #888;
}


#instructions {
    border-collapse: collapse;
	text-align: center;
	width: 100%;
}

#instructions td {
	border: 1px solid #888;
	padding: 2px 10px;
}
#instructions tr td:last-child {
	text-align: left;
}

#inputBox input[type="text"]:disabled {
	background-color: #f4f4f4; 
}


.partLabel {
	margin-bottom: 5px;
}</pre></body></html>