/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
html, body
{
	overflow: hidden;
}

#HeaderSection img
{
	margin-right: 20px;
}

#LeftPadding, #RightPadding
{
	margin: 15px;
}

#Progress
{
	margin: 5px;
}

#Progress, #Progress li
{
	list-style: none;
	padding: 0;
}

#Progress li
{
	margin: 5px 0;
}

#Progress img
{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

#Customizers fieldset
{
	margin: 10px;
	border: 1px solid #009;
}

#Customizers legend
{
	border: 1px solid #009;
	color: #009;
	font-size: 70%;
	font-weight: bold;
	font-family: sans-serif;
	padding: 3px, 10px;
	margin: 2px;
}

#Customizers .Customizer
{
	clear: both;
	padding: 20px 0px;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

#Customizers label.CustomizerLabel
{
	display: block;
	float: left;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}

#Customizers div.CustomizerFields
{
	clear: right;
	width: 400px;
	text-align: left;
}
