body.print {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

div.wrapper {
    page-break-inside: avoid;
}

table.cabecalho, table.identificacao, table.roteiros {
    width: 100%;
    border-collapse: collapse;
    font-size: 10pt;
    color: black;
    text-align: justify;
}

div.wrapper:nth-of-type(even) table {
    background-color: #E9E9E9;
    -webkit-print-color-adjust: exact;
}

table.cabecalho {
    text-align: center;
}

table.cabecalho {
    margin-bottom: -1px
}

table.identificacao {
    table-layout: fixed;
}

table.identificacao th {
    background-color: #D9D9D9;
    -webkit-print-color-adjust: exact;
    text-align: center;
}

div.wrapper:first-of-type table.roteiros {
    margin-top: 25px;
}

table.roteiros {
    margin-bottom: -1px;
}

div.wrapper:last-of-type table.roteiros {
    margin-bottom: 0;
}

table.cabecalho tr th, table.identificacao tr th, table.roteiros tr th, table.cabecalho tr td, table.identificacao tr td, table.roteiros tr td {
    padding: 1.5pt 7.5pt;
    border: .75pt solid #666666;
    page-break-inside: avoid;
}

table.cabecalho tr td.logo, table.cabecalho tr td.datas {
    width: 25%;
}

table.cabecalho tr td.dados {
    width: 50%;
}

table.cabecalho tr td img {
    max-width: 90%;
    min-width: 100px;
    -webkit-print-color-adjust: exact;
}

table.roteiros tr td.title {
    width: 150px;
    font-size: 13pt;
    text-align: center;
}