.cedocs-table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.cedocs-matrix th,
.cedocs-matrix td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.cedocs-matrix td {
	border-radius: 4px;
}

.cedocs-empty {
	background: #f5f5f5;
	color: #999;
}

.cedocs-low {
	background: #e8f5e9;
}

.cedocs-busy {
	background: #fffde7;
}

.cedocs-medium {
	background: #fff3e0;
}

.cedocs-high {
	background: #ffebee;
}

.cedocs-danger {
	background: #ffcdd2;
	font-weight: 700;
}

.import-result {
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.import-result:last-child {
	border-bottom: 0;
}