@media (max-width : 767px) {
	.ui.menu .item {
		display: block !important;
	}

	h4>div {
		float: none !important;
		margin-top: 5px !important;
	}

	.fc-toolbar>div {
		float: none !important;
		display: block !important;
		margin-bottom: 5px !important;
	}

	.filtri-new {
		display: block !important;
		margin-bottom: 5px !important;
	}

	.ui.celled.table tr,
	.ui.celled.table tr {
		border-bottom: 2px solid black !important;
	}

	.ui[class*="two column"].grid>.row>.column,
	.ui[class*="two column"].grid>.column {
		width: 100% !important;
	}

	.pulsante-home {
		display: block !important;
		width: 100%;
		margin-bottom: 5px !important;
	}
}

@media (min-width : 768px) and (max-width: 991px) {}

@media (min-width : 992px) and (max-width: 1199px) {}

@media (min-width : 1200px) {}

@media (min-width : 1000px) {
	.testata {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px !important;
	}

	.testata h1 {
		margin-top: 0 !important;
	}
}