  h3 {
    margin:10px 0;
  }
  small, .small {
    font-size:80%;
    line-height:150%;
  }
  .tip {
    font-size:12px !important;
    line-height:11px !important;
  }
  @media all and (max-width:480px) {
    label {
      display:block;
      margin:10px 0;
    }
  }
  .padding {
    padding:10px;
  }
  .mezzo2 {
    width:50%;
    float:left;
    padding:0 !important;
    margin:0 !important;
  }
  .spazio-bottom {
    margin-bottom:20px !important;
  }
  .pulsante {
    display:block;
    background: #e91f26;
    border:1px solid #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size:22px;
    line-height:22px;
    color: #FFF;
    text-align: center;
    margin:10px auto;
    padding:12px 30px;
    position: relative;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
  }
  .pulsante:hover {
    background: #F9F9F9;
    color: #e91f26;
    border:1px solid #e91f26;
  }
  .grigio {
    color:#888 !important;
  }
  .italic {
    font-style:italic;
  }
  .titolo_grigio,
  .titolo_rosso {
    display:block;
    padding:15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size:22px;
    line-height:22px;
    text-align:left;
  }
  .titolo_grigio {
    background:#e7e7e8;
    color:#000;
  }
  .titolo_rosso {
    background:#ee2737;
    color:#FFF;
  }
  @media all and (max-width:480px) {
    .titolo_grigio,
    .titolo_rosso {
      font-size:16px;
      line-height:18px;
      padding:16px 12px;
    }
  }
  .accordion {
    margin-bottom:10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .panel {
    margin-bottom:10px;
  }
  .range, .range:hover {
    border:0;
    display:block;
    width:98%;
    margin:0 0 10px 0;
    padding:0 1%;
    background:#f6f6f6;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position:relative;
    top:4px;
    cursor:pointer;
  }     
  .riquadro_selezionabile,
  .riquadro_selezionabile * {
    -webkit-transition: all 0.1s ease-in-out 0.1s;
    -moz-transition: all 0.1s ease-in-out 0.1s;
    -o-transition: all 0.1s ease-in-out 0.1s;
    -ms-transition: all 0.1s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
  }
  .riquadro_selezionabile {
    font-weight:normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom:10px;
  }
  .riquadro_selezionabile:hover {
    background:#F9F9F9;
  }
  .riquadro_selezionabile.selected,
  .riquadro_selezionabile label.selected {
    font-weight:bold;
    background:#ffe9a3;
  }
  .riquadro_selezionabile div {
    cursor:pointer;
    padding:10px;
    text-align:center;
  }
  .riquadro_selezionabile label {
    cursor:pointer;
  }
  .riquadro_selezionabile img.foto {
    width:96%;
    margin:2%;
    opacity:0.8;
  }
  .riquadro_selezionabile.selected img.foto,
  .riquadro_selezionabile label.selected img.foto {
    width:100%;
    margin:0;
    opacity:1;
  }
  .prezzo {
    background:#FF0;
    padding:0 4px;
  }
  .input-quantita {
    width: 50px;
    padding:2px;
  }
  input.campo, select.campo, textarea.campo {
    padding:9px;
    margin:8px 1% 15px 1%;
    width:300px;
  }
  @media all and (max-width:480px) {
    input.campo, select.campo, textarea.campo {
      padding:9px 2%;
      width:88%;
    }
  }
  #nota_profondita {
    width:320px;
    font-size:16px;
    font-style:italic;
  }
  @media all and (max-width:340px) {
    #nota_profondita {
      width:260px;
    }
  }
  #nota_profondita b {
    font-size:20px;
    font-weight:bold;
    font-style:normal;
    display:block;
    margin-bottom:5px;
  }
  img.icona-step1 {
    width:95px;
    margin-right:10px;
    float:left;
  }
  #PREZZO_TOTALE_TEXT {
    font-size:110%;
  }
  #tabella_componenti {
  }
  @media all and (max-width:767px) {
    #tabella_componenti td {
      width:100%;
      display:block;
    }
    #tabella_componenti td img {
      width:180px;
      height:auto;
    }
    #tabella_componenti td table td {
      width:auto;
      display:table-cell;
    }
  }
  @media all and (max-width:320px) {
    #tabella_componenti td img {
      width:100%;
      height:auto;
    }
  }
