#checklist{
    text-align: center;
    width:800px;
    margin: 0 auto;
    font-size:14px;
    font-variant: small-caps;
}

#checklist.logo{
    width:100px;
}

table#checklist{
    padding: 0px;
    border-collapse: collapse;
}


table#checklist td{
    padding: 0;
    padding-left:5px;
    margin: 0px auto;
    text-align:left;
    border: 1px solid black;
}

table#checklist.controlli{
    border-collapse: separate;   
}

table#checklist.controlli td{
    border: hidden;
    border-bottom: 1px dashed black;
}

table#checklist.controlli td.nodashed{
    border-bottom: 0px hidden; 
}

table#checklist td.noleftborder{
    border-left-width: 0px;
    border-left-style: hidden;
}

table#checklist.interventi{
    margin-top:5px;
    border: 1px solid black;
    border-collapse: separate;
}

table#checklist.interventi td{
    border: 0 hidden;
}

table#checklist.interventi td.interventi{
    width:35%;
    border-right: 1px solid black;
}
table#checklist.interventi td.ricambi{
    width:45%;
}
table#checklist.interventi td.esito{
    width:20%;
    border-left: 1px solid black;
}