/*@media print {*/
    * {
        background:transparent !important;
        color:#000 !important;
        text-shadow:none !important;
        filter:none !important;
        -ms-filter:none !important;
    }

    body {
        margin:0;
        padding:0;
        line-height: 1.4em;
        font: 10pt Georgia, "Times New Roman", Times, serif;
        color: #000;
    }
    @page {
        margin: 0.5cm;
        /*size: portrait;*/
    }

    img {
        max-width: 100%;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 14pt;
    }
    h1, h2, h3, h4, h5, h6 {
        margin:0px;
        padding:0px;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
    }

    p a {
        word-wrap: break-word;
    }

    p {
        widows: 3;
        orphans: 3;
    }

    .page-break {
        page-break-before: always;
    }

    div.linha {
        display: block;
    }
    .linha#filiais{
        font-size:10pt;
        line-height: 10pt;
    }

    .table-lista-imoveis {
        border:1px solid #000;
        width:100%;

    }
    .table-lista-imoveis td, .table-lista-imoveis th{
        padding:5px;
    }

/*}*/