/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

*  /* -- Reset Styles -- */
{
	margin: 0;
	padding: 0;	
	box-sizing: border-box;
}

p
{
	padding: 8px 0;
	line-height: 1.5;
}

input, select, textarea
{
	padding: 8px; 
	background-color: #ffffff;
	border: solid 1px #777777;
	border-radius: 5px;
	font-size: 1em;
	font-family: Roboto, Arial, sans-serif; 
}

input[type="submit"] 
{
	cursor: pointer;
}

button
{
	cursor: pointer;
}

input[type='checkbox'], input[type='radio']
{
	margin-right: 8px;
}

fieldset
{
	margin: 18px 0px;
	padding: 12px 18px;
	border-radius: 5px;
	background-color: #efefef;   
	border: solid 1px #999999;
	background-image: linear-gradient(#f5f5f5, #efefef);
}

legend
{
	border: solid 1px #999999;	
	padding: 10px 20px;
	border-radius: 5px;
	font-variant: small-caps;
	background-image: linear-gradient(#f7f7f7, #e0e0e0);
	letter-spacing: 1.2px;
}

img
{
	border: 0;
	max-width: 100%; /* resize as screen width changes */
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th, td
{
	vertical-align: top;
}

/* awViewer Styles */
.head
{
	cursor: pointer;
}