/** extend the theme **/
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
	white-space: normal;
}
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
	white-space: normal;
	overflow: visible; 
	text-overflow: clip;
}
.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
	overflow: visible;
	text-overflow: clip;
}

.tabulator-row {
	min-height: 2rem;
}
.tabulator-row .tabulator-cell {
	padding: .25rem;
	font-size: .9rem;
}
.tabulator .tabulator-header .tabulator-col {
	background-color: #f3f3f3;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
	font-size: .9rem;
}
.tabulator .tabulator-footer {
	text-align: center;
}
.tabulator .tabulator-header,
.tabulator .tabulator-tableHolder {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
@media only screen and (min-width: 1200px) {
	.breakout-container {
		margin: 1em calc(50% - 50vw + 80px);
	}
}