﻿.TituloInformacoes {
    font-size: 1.15em;
    font-weight: bold;
    color: cornflowerblue !important;
    border-left: gray 3px solid;
    margin-bottom: 2px;
    padding-left: 5px;
    border-top: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    background-color: #FFFFFF;
}

.subTitulo {
    font-weight: bold;
    padding-bottom: 3px;
}

div.grafico {
    display: inline-block !important;
    vertical-align: top;
    margin-top: 40px;
    width: 50%;
}

.table-detalhe {
    padding: 10px 0;
}

    .table-detalhe table {
        padding: 10px 0;
        display: inline-block;
        width: 49.5%;
    }

        .table-detalhe table tbody,
        .table-detalhe table thead,
        .table-detalhe table tbody tr {
            display: inline-block;
            width: 100%;
        }

            .table-detalhe table tbody tr td {
                display: inline-block;
                width: 49.5%;
            }

                .table-detalhe table tbody tr td:nth-child(even) {
                    float: right;
                    padding-right: 30px;
                }


@media (max-width: 1000px) {
    div.grafico {
        margin-top: 10px;
        width: 100%;
    }

        div.grafico img {
            margin: 0 auto;
            display: block;
        }

    .table-detalhe table {
        width: 100%;
    }

        .table-detalhe table tbody tr td {
            float: left;
            padding-right: 0px !important;
        }
}
