form.formpreventivo input {
	max-width:80px;
	height:100%;
	border-bottom:solid 2px rgb(136, 143, 153);
}

input.bottonepreventivo {
	max-width:80px;
	height:100%;
}

div.descriptionbody p {
	margin:10px 0px !important;
}

div.descriptionbody ul {
    list-style: square inside !important;
    padding-left: 20px !important;
}


/* Nasconde la select di Google per la traduzione */
.goog-te-gadget {
    display: none !important;
}

/* Nasconde la barra di Google Translate */
.goog-te-banner-frame,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}

/* Nasconde il contenitore che può spostare la pagina */
body > .skiptranslate {
    display: none !important;
}

/* Evita lo spostamento della pagina */
body {
    top: 0px !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}