.footer{
    max-height: 10px;
}

table {
    width:100%;
    background-color:rgb(235, 241, 248);
}
div.document{
       background-color:rgb(247, 237, 233);
    width:80%; 
}
div.content {
    background-color:rgb(247, 237, 233);
    width:100%;
}

.admonition.danger {
    border-color: #dc3545;
    background-color: #f8d7da;
}
.admonition.important {
    border-color: #ffc107;
    background-color: #fff3cd;
}


