table {
	table-layout: fixed;
}

table tr td {
	vertical-align: top;
	padding-bottom: 24px;
}

table tr td.title {
	font-weight: bold;
	padding-bottom: 8px;
}

table tr td.hline {
	height: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #d9edf6;
}

table col.illu { width: 130px; }
table col.text { width: 490px; }
