@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}

a[href]:after {
	content: "" !important;
}

.ub-card-content {
	background: white !important;
}

.ub-main-content {
	background: #EEE !important;
	/* width: 100%; */
}

.label {
	border: none !important;
}

.ub-card-header, .ub-card-content, #ub-breadcrumb {
	border: 1px solid black;
}

.ub-side-menu {
	display: none;
}

table.ub-grid > tbody > tr > td {
	flex: 1 1 auto;
}

table.ub-grid > tbody > tr {
	display: flex;
	flex-direction: column;
}