#nullaosta_container {
    width: 100%;
    margin: 0 auto;
}


/* fix fux */

@media only screen and (min-width: 100px) and (max-width: 400px)  {
/* solo cellulari in verticale */

   .btn{
		/* border:3px solid red !important; */
		width:99%;
		margin-bottom:1em;
		
   }

   .fixColMd6{
		margin-bottom: auto !important;
   }
}