/* List of rules styles */

pre {
    display:inline;
}

.form-list {
	margin:0px auto;
	border:1px solid #A5C3CE;
	padding:5px;
	margin-right:5px; margin-bottom:5px;
	border-radius:5px;
	text-align:center;
	background:#C7D9E0;
}



.form-option {
	border:1px solid #A6D3D6;float:left;padding:5px;
	margin-right:5px; margin-bottom:5px;
	border-radius:5px;
	background:#F9FBE5;
}



.list-main-table {
	border:1px solid #555;
	margin:0px auto;
	
}

.list-top-row {
	background:#555;color:white;font-size:9pt;
	
	
}

.list-row:hover {
	background-color: rgb(220, 253, 224);
	
}

.list-td {
	border-bottom:1px solid #aaa;
	padding-left:5px;
	padding-right:5px;
	border-right:1px dotted #ccc;
}

.list-id {
	
	text-align:center;
	font-size:16pt;
	font-family: Courier;
	color:blue;
	font-weight:bold;
}

.list-binary {
	font-size:8pt;
}

.list-hex {
	font-size:16pt;
	
}

.list-lut {
	
}

	.list-lut-table {
		border:1px solid #777;font-size:8pt;
		border-right:0px;
	}
	
	.list-lut-td {
		border-right:1px solid #777;
		text-align:center;font-family:Courier;
	}


.list-link-simulator {
	font-size:10pt;
}