/* Add here all your css styles (customizations) */
/* sfondo blu scuro */
.f-bluscuro {
	background-color: #013776;
}

.f-contenitore-bianco-sopraelevato {
	z-index: 10; 
	position: relative;
}

td.nowrap{
	white-space: nowrap;
}

/* menu scrolling on mobile */
@media (max-width: 991px) {
    .navbar {
        overflow: auto;
        max-height: 85vh;
        align-items: flex-start;
    }
}