@media print {
    .do-not-print {
        display: none;
    }
}

@media print, screen {
    * {
        font-size: 12px;
        list-style: none;
    }

    .tabelaComBorda {
        border-spacing: 0px;
        border-collapse: collapse;
        border: 1px solid black;
    }

    .tabelaComBorda td, th {
        padding: 2px 5px;
    }

    .tabelaComBordaSimples thead {
        text-align: left;
        font-weight: bold;
    }

    .tabelaComBordaSimples thead th {
        padding: 3px;
    }

    .tabelaComBordaSimples,
    .tabelaComBordaSimples tr,
    .tabelaComBordaSimples th,
    .tabelaComBordaSimples td {
        border: 1px #000 solid;
        border-collapse: collapse;
        padding: 0;
    }

    .tabelaComBorda thead tr th {
        border: 1px solid black;
    }

    .tabelaComBorda tbody tr td {
        border: 1px solid black;
    }

    .tabelaSemBorda {
        border-spacing: 0px;
        border-collapse: collapse;
    }

    table.tabelaSemBorda tr ,
    table.tabelaSemBorda tr td {
       border: 0px;
    }

    .destaque {
        font-size: 18px !important;
        border: 1px solid black;
        text-align: center;
        font-weight: bold;
    }

    div.despesas_alinhadas {
        float: left;
        width: 160px;
    }

    table.tabela_principal_relatorio tfoot {
        display: table-footer-group;
    }

    .highlight {
        background-color: #CCFFCC;
        -moz-border-radius: 5px; /* FF1+ */
        -webkit-border-radius: 5px; /* Saf3-4 */
        border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
    }

    .highlight {
        padding: 1px 4px;
        margin: 0 -4px;
    }

    .bold {
        font-weight: bold;
    }

    .body-table {
        font-size: 10px;
    }

    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }

    .text-center {
        text-align: center;
    }

    .border {
        border: 1px solid #000000;
    }

    .table-width {
        width: 100%;
    }

    .blank_td {
        width: 100px;
    }

    .default_td {
        width: 60px;
    }

    .default_padding {
        padding-top: 15px;
    }

    .width100 {
        width: 100px;
    }

    .width150 {
        width: 150px;
    }

    .width200 {
        width: 200px;
    }
}

#containerButtons button{
    width: 500px;
}
