.report-view-header {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	padding: 0.5em;
	background-color: rgba(0, 0, 0, 0.05);
}

.report-settings-table {
	width: 100%;
}

.report-settings-table tbody td {
	padding-bottom: 0.5em;
}

.report-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.report-table *:not(input):not(textarea) {
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	cursor: auto;
}

.report-table thead, .report-table tfoot {
	background-color: rgba(0, 0, 0, 0.05);
}

.report-table thead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.report-table tfoot {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.report-table td, .report-table th {
	padding: 0.3em;
}

.report-table tr:nth-child(2n) td, .report-table tr td:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.025);
}

.report-table tr:nth-child(2n) td:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.05);
}

.report-table .empty-table-view {
	padding: 10em;
}

[view-class="ReportView"] .report-table-container {
	overflow-x: auto;
}