
#maintitle {
	background: url(images/title_bg.jpg)no-repeat;
	background-size: cover;
}


table.list-table td div.example {
	background-color: #e4e4e4;
	border-radius: 10px;
	font-size: 90%;
	margin: 15px 0 12px 0;
	padding: 10px 20px;
}

table.list-table td div.example em {
	border-bottom: 2px dotted #009a28;
	display: block;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

table.list-table td div.example em span.green {
	color: #009e29;
}

table.list-table td div.example table {
	margin-bottom: 10px;
}

table.list-table td div.example table tr {
	border-bottom: 2px dotted #009a28;
}

table.list-table td div.example table th,
table.list-table td div.example table td {
	background: none;
	color: black;
	display: table-cell;
	padding: 8px 5px;
}

table.list-table td div.example table td ul.list li {
	background-position: 3px 12px;
}