
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

.centered {
    text-align: center;
}

div.row {
    padding: 1em;
}

div.col {
    padding: 1em;
    float: left;
}

.label {
    margin-bottom: 0.5em;
    font-weight: bold;
}

table.bordered {
    border-collapse: collapse; /* elimina spazi tra i bordi */
    margin: 1em; /* margine intorno alla tabella */
    border: 1px solid #767676; /* sostituisce l'attributo "border" */
}

table.bordered td, table.bordered th {
    border: 1px solid #767676; /* bordi interni */
    padding: 1em; /* sostituisce l'attributo "cellpadding" */
}
