/* Table CSS */
table.striped {
	border: 1px solid #6c6;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
}
table.striped td,
table.striped th {
	border: none;
	display: table-cell;
	vertical-align: inherit;
	padding: 4px;
}
table.striped th {
	background: #6c6;
	color: #fff;
	text-align: left;
}
table.striped .stripe {
	background: #eee;
}