body {
    background-color: #eef;
    font-family: sans-serif;
}

#wrapper{
    margin-top: 64px;
    text-align:center;
}

#container {
    display: inline-block;
    width:80%;
    padding: 2em;
    padding-bottom: .5em;
    border: 1px solid #aaa;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: #bbb 8px 8px 8px;
}

#blocktitle {
    font-size: 3em;
}

#azienda {
    padding: 16px;
    font-size: 2em;
    border-bottom: 1px solid #eee;
}

#datiazienda {
    margin-top: 16px;
    text-align: left;
}

#datiazienda>div {
    line-height: 24px;
}

#datiazienda label {
    display: inline-block;
    width: 120px;
    margin: 2px;
    height: 24px;
    background-color: #eef;
    border: 1px solid #dde;
}

#datiazienda span {
    display: inline-block;
    margin-left: 8px;
    height: 24px;
    border-bottom: 1px solid #ccf;
}

#textblock {
    margin: 32px;
    padding: 4px;
    font-size: 1.2em;
    border-top: 1px solid #eef;
    border-bottom: 1px solid #eef;
}

#tabellaaiuti {
    border: 1px solid #aaa;
    border-collapse: separate;
    padding: 8px;
}

#tabellaaiuti th {
    border: 1px solid #444;
    padding: 4px;
    background-color: #ccf;
}

#tabellaaiuti td {
    border: 1px solid #444;
    padding: 4px;
}

#tabellaaiuti a {
    color: #444;
}

.dataincasso {

}

.importo {
    text-align: right;
}

.causale {
    text-align: left;
}

.titolo {
    text-align: left;
}

#footer {
    margin-top: 32px;
    font-size: .8em;
    color: #888;
}

#footer a {
    color: #888;
    text-decoration: none;
}