.conditions-glossary
{
	border-collapse: collapse;
	font-size: 1.2em;
	margin: 0 0 35px 0;
	padding: 0;
	width: 589px;
	margin-left:2px;
}

.conditions-glossary tr
{
	border-bottom: 1px #d9e2e9 solid;
}

.conditions-glossary tr th
{
	background: #d8e8f9;
	font-weight: bold;
	padding: 3px 5px;
}

.conditions-glossary td
{
	padding: 5px;
	vertical-align: top;
	width: 50%;
}

.conditions-glossary tr.section-header,
.conditions-glossary tr.section-header.odd
{
	background: #fff;
}

.conditions-glossary tr.section-header
{
	color: #043a69;
	font-size: 1.4em;
	font-weight: bold;
}

.conditions-glossary tr.odd
{
	background: #f4f6f8;
}