.painel td {
    vertical-align: top;
}

.painelTexto {
    overflow: auto;
}

.comboBox {
    height: 600px;
    font-size: 11pt;
}

.normal {
    font-size: 12pt;
    /*font-family: "Times New Roman";*/
    text-align: justify;
    text-indent: 80px;
}

.normal table {
    border-collapse: collapse
}

.normal td {
    border: 1px solid #000
}

span {
    line-height: 1.5em;
}

span.normal>p {
    text-indent: 80px;
}

.titulo {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    display: block;
}

.titulo2 {
    font-size: 12pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
}

.alterada {
    font-size: 12pt;
}

.fim {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    color: #000000;
    display: block;
}

.ementa {
    font-size: 12pt;
    color: #000000;
    /*font-family: "Times New Roman";*/
    text-align: justify;
    margin-left: 237px;
}

span.ementa>p {
    margin-left: 237px;
    text-align: justify;
}

.dataPDF {
    font-size: 8pt;
    /*font-family: "Times New Roman";*/
    text-align: left;
}

span.dataPDF>p {
    font-size: 8pt;
    /*font-family: "Times New Roman";*/
    text-align: left;
}

.publicacao {
    font-size: 12pt;
    /*font-family: "Times New Roman";*/
    text-align: right;
    display: block;
}

.printer {
    text-align: right;
}

div.arvore {
    width: 300px;
    overflow: auto;
    margin: 0;
    left: 0;
    top: 105px;
    bottom: 90px;
    background: #fff;
    border-radius: 15px;
    padding: 10px 5px 20px 5px;
}

div.parteDoTexto {
    position: relative;
    display: inline-table;
    height: 100%;
    min-height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px 7px 20px 7px;
    width: 650px;
    font-size: 0.9em;
    padding: 20px 15px 20px 15px;
    color: #3A3A3A;
}

.textoDOU {
    font-size: 11pt;
    /*font-family: "Times New Roman";*/
    text-align: left;
    display: block;
    color: #ff0000;
}

.myWidth {
    width: 500px;
    white-space: normal !important
}

.capitulo {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    display: block;
}

span.capitulo>p {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    display: block;
}

.secao {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    display: block;
}

span.secao>p {
    font-size: 14pt;
    /*font-family: "Times New Roman";*/
    font-weight: bold;
    text-align: center;
    display: block;
}

@media print {
    html, body {
        margin: 0;
        padding: 0;
        border: 0;
    }
    #titulo {
        font-size: 14pt;
        /*font-family: "Times New Roman";*/
        font-weight: bold;
        text-align: center;
        display: block;
    }
    #normal {
        font-size: 12pt;
        /*font-family: "Times New Roman";*/
        text-align: justify;
    }
    #ementa {
        font-size: 12pt;
        color: #000000;
        /*font-family: "Times New Roman";*/
        text-align: justify; 
        margin-left: 237px;
    }
    #dataPDF {
        font-size: 8pt;
        /*font-family: "Times New Roman";*/
        text-align: left;
    }        
    #printable {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 14px;
    }
    #printable ~ * {
        display: none;
    }
}