ul.striped-list {
    list-style-type: int;
    margin: 0;
    padding: 0;
}

ul.striped-list > li:nth-of-type(odd) {
    background-color: #e9e9e9;
}

ul.striped-list > li.e1 {
	text-indent: 1em;
}

ul.striped-list > li.e2 {
	text-indent: 2em;
}

ul.striped-list > li.e3 {
	text-indent: 3em;
}

ul.striped-list > li.e4 {
	text-indent: 4em;
}

ul.striped-list > li.e5 {
	text-indent: 5em;
}

ul.striped-list > li.e6 {
	text-indent: 6em;
}

ul.striped-list > li.e7 {
	text-indent: 7em;
}

ul.striped-list > li.e8 {
	text-indent: 8em;
}

ul.striped-list > li.e9 {
	text-indent: 9em;
}

table.code, div.code {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

