@media only screen and (max-width : 1024px) {
	#wrapper {
		max-width: 100%;
	}
}
@media only screen and (max-width : 960px) {
	#main {
		width: auto;
		padding: 0 5px;
	}
    .candidato > .dettagli > * {
    	line-height: 1.2em;
    }
    .liste .lista {
    	display: flex !important;
    	width: auto !important;
    	align-items: center;
    }
}

@media only screen and (max-width : 600px) {
	#top_bar {
		display: none;
	}
	#logo-elezioni img {
		max-width: 100%;
	}
	#center {
		display: block;
	}
	#right {
		width: auto;
	}
	#tab_tipo_elezione > * a {
    	font-size: 18px;
    }
	#grafici .camera, #grafici .senato { float:none; }
	#widget-container iframe{
    	height: 125px;
	}
}





