table {
	border: none;
	border-top: 1px solid #000;
}

td {
	border: none;
}

td code {
	display: block;
}

th {
	border: none;
	border-bottom: 1px solid #000;
	text-align: left;
}


ol.code {
	background: #e5ecf3;
	color: #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.code li {
	display: block;
}

ol.code .indent1 {
	text-indent: 1em;
}
ol.code .indent2 {
	text-indent: 2em;
}
ol.code .indent3 {
	text-indent: 3em;
}

ol.code .indent4 {
	text-indent: 4em;
}

ol.code .indent5 {
	text-indent: 5em;
}


h4.code-title {
	margin-bottom: 0;
	background: #e5ecf3;
	color: #000;
}

h4.table-title {
	margin-bottom: 0;
}
