/* REDUZ UM POUCO O ESPAÇAMENTO VERTICAL DOS TÍTULOS */
h1, h2, h3, h4, h5, h6 {
    margin-top: 3rem;
}

/* Insere LOGO na sidebar antes de tudo */
.sidebar-logo-link {
    content: "";
    display: block;
    background: url("../PbBRP.png") no-repeat center;
    background-color: #fff;
    border-radius: 50%;
    background-size: contain;
    width: 192px;
    height: 192px;
    margin: 0 auto 1rem auto; /* top right down left */
}

/* ARRUMA TABELAS */
table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

table th,
table td {
    padding: 2px 6px;
    white-space: normal;
}
