#result_header {
    display: none;
}


#result_footer {
    display: none;
}


#result_ducumento {
    top: 0;
    left: 0;
    right: 0;
    background: white;
}

.legalcard {
    font-family: "Calibri", serif;
    font-size: 10pt !important;
    line-height: 1.5 !important;
    color: #000 !important;
    width: 800px !important;
}

@media print {

    #result_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120px;
    }


    #result_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 120px;
    }


    #result_ducumento {
        top: 0;
        left: 0;
        right: 0;
        background: white;
    }

    .legalcard {
        font-family: "Calibri", serif;
        font-size: 10pt !important;
        line-height: 1.5 !important;
        color: #000 !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    body {
        font-family: Calibri, Arial, sans-serif;
        font-size: 10px !important;
    }

}
