table {
 	border: 1px solid #ff0000;
	padding: 4px;
	font-size: .88em;
	line-height: 1.7;
	font-family: Arial, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 10px auto;
}

th:first-child {width: 10%;}
th:first-child,
td:first-child {
	text-align: right;
}
th:last-child,
td:last-child {
	text-align: left;
}
th, td {
	padding: 3px;
	border: 1px solid #DEE4F0;
}
tr:nth-child(even) {
	background-color: rgba(233, 226, 219, 0.2);
}
SPAN.SubScript {
	vertical-align: sub;
	font-size: 75%;
}

td li {margin-bottom: 3px;}

.group-heading {color: rgba(0, 0, 128, .9);}

p.tip, p.note, p.important {
	font-size: 1em;
	line-height: 1.65;
	font-family: inherit;
	margin: 5px 0 4px;
	padding: 5px;
}

span.red {color: #ff0000;}
span.blue {color: #0000ff;}
span.green {color: green;}

td img {
	display: block;
}
td p,
td img {
	margin: 7px 0 2px 0;
	line-height: 1.7;
}
