/**
 * @file
 * Use this CSS file to override base CSS rules
 */
table {
    caption-side: top !important;
}
.view-statistiche-espansioni table caption{
	background-color: var(--bs-breadcrumb-bg);
	border:1px solid #6c757d;
	font-size:1.3rem;
	width:100%;
}
.container-fluid .breadcrumb .breadcrumb__items {
    width: 100% !important;
}