<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

div.feature_block 
{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

div.feature_image
{
	margin-right: 20px;
	float: left;
	align-self: ;
}

div.feature_text
{
	width: 50%;
	float: left;
	margin-top: 0;
	padding-top: 0;
}

div.feature_image img 
{
	width: 360px;
	border: thin;
	border-style: solid;
}

div.feature_text h2
{
	margin-top: 0;
	font-weight:bold;
}

table { 
	border-collapse: collapse; 
	
}

td {
	border-left: medium solid white;
	padding-left: 5px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

tr.row_standard {
	border-bottom: thin solid #373737;
	margin-top: 10px;
	margin-bottom: 10em;
}


td.subsection_heading {
	background-color: #a4ce4c;
	font-weight: bold;
	padding-left: 10px;
	width: 30%;
}

td.subsection_device_name {
	background-color: #74cee2;
	font-weight: bold;
	padding-left: 5px;
	width: 20%;
}

td.parameter_name {
	background-color: #E0E0E0;padding-left: 10px;
}

</pre></body></html>