/*classe para alustar a tabela na pagina de historia*/
.history-table {
    width: 100%;
    overflow-x: scroll;
    display: inline-block;
}

.th-short {
    min-width: 100px;
}

.th-long {
    min-width: 800px;
}

/*formatação geral*/
#apresentacaomemoria {
    height: 100hv;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(239, 241, 238, 0.38);
}

#apresentacaomemoria2 {
    height: 100hv;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(80, 245, 39, 0.38);
}

#servicosmemoria {
    height: 100hv;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postagem {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background:rgba(80, 245, 39, 0.10);
    p {color: #4e4e4e;
    font-size: 1em;
    font-weight:500;
    line-height: 1em;
    text-align:left;   
    }
}
        a {
        text-decoration: none;
    }

    a:link,
    a:visited {
        color: #305f00;
        font-size: 0.8em;
    }

    a:hover {
        text-decoration: underline;
    }

    #area-cabecalho a:link,
    #area-cabecalho a:visited {
        color: #fff;
        padding: 8px 12px;
    }

    #area-cabecalho a:hover {
        color: #f7b600;
        background: #fff;
        text-decoration: none;
    }

    /*formatação geral*/
    h2 {
        color: #f7b600;
        padding: 1px;
    }

    h3 {
        color: #2d274b;
        padding: 1px;
    }

    h4 {
        color: rgba(22, 97, 3, 0.993);
        padding: 1px;
        font-weight: bold;
        font-size: 1em;
    }


