.paper-letter {
    width: 8.5in;
    background: white;
}

p.MsoNormal {
    margin: 0 !important;
}

table.MsoNormalTable {
    width: 100%;
}

table.MsoTableGrid {
    width: 100%;
}

@media print {

    #result_ducumento {
        top: 0;
        left: 0;
        right: 0;
        background: white;
    }

    #result_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: white;
        padding: 10px 0;
    }

    #result_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: white;
        padding: 10px 0;
    }

    body {
        margin-top: 110px;
        margin-bottom: 80px;
    }
}
