.table-striped tr {
	background:#efefef;
}

.table-striped tr:nth-child(odd) {
	background:#f9f9f9;
}

