/*! css for bulma */
.table-container {
	overflow-x: auto;
	overflow-y: auto;
}

.table td,
.table th {
	white-space: nowrap
}

.footer-hdq {
	background-color: #fafafa;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.footer-flex-bottom-hdq {
	position:fixed;
	bottom:0;
	width:100%;
    background-color: #fafafa;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}