.m21-table-wrap {
	max-width: 100%;
}

.m21-table-wrap--responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.m21-table {
	width: 100%;
	border-collapse: collapse;
}

.m21-table th,
.m21-table td {
	vertical-align: top;
}

.m21-table caption {
	text-align: left;
}

.m21-table--striped tbody tr:nth-child(even) > * {
	background-color: rgba(0, 0, 0, 0.035);
}
