nav{
	background:#272E83;
	color:#ffffff;
}
h2{
	margin-bottom:0.5em;
}
canvas{
	height:150px;
}
.perc:after{
	content: "%";
}
h2{
	color:#272E83;
} 
h5.mb-3 {
	color:#515151;
}
.form-check-input:checked {
    background-color: #272E83;
    border-color: #272E83;
}
i.bi-question-circle-fill{
	cursor:pointer;
}
@media only screen and (max-width: 600px) {
	nav h5 {
		font-size:unset;
		margin-left: -8px;
	}
	.row.grafici h5{
		margin-top:15px;
	}
	h5.col-2{
		width: 30%;
	}
}