/* THIS STYLE IS NECESSARY FOR STRIPING OF SORTABLE TABLE ON TRAINING PAGE */

.odd {
	list-style-type: none;
	list-style-position: outside;
    background-color: #ebebeb;
}
.even {
	list-style-type: none;
	list-style-position: outside;
	background-color: #fff;
}

