<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

body {
    font-family: "Poppins",
        sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;

    font-size: 13px;
    background-color: #f3f3f3;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    margin-bottom: 10px;
}

h6 {
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

table.form_verticale {
    width: 100%;


}

table.form_verticale tbody tr td.etichetta {
    width: 20%;
    text-align: right;

}

table.form_verticale tbody tr td.controllo {
    width: 80%;


}

table.form_verticale tbody tr td.controllo input,
table.form_verticale tbody tr td.controllo textarea {
    width: 100%;


}

table.form_verticale tbody tr td.controllo textarea {
    height: 300px;


}

.icon_comando {
    width: 30px;
}

.no_wrap,
.nowrap {
    white-space: nowrap;
}</pre></body></html>