.bludocs_div {
margin: auto;
text-align: center;
}

.bludocs_collapsible {
background-color: #72777c;
color: white;
cursor: pointer;
padding: 10px;
width: 1000px;
border: none;
text-align: left;
outline: none;
font-size: 22px;
border-radius: 10px;
margin-top: 5px;
margin-bottom: 2px;
max-width: 600px;
}

.bludocs_active, .bludocs_collapsible:hover {
background-color: #555;
}

.bludocs_content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
border-radius: 10px;
max-width: 600px;
margin: auto;
text-align: left;
}

.bludocs_back_content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
border-radius: 10px;
max-width: 600px;
}

.bludocs_content li{
padding: 10px;
font-size: large;
font-weight: bold;
}

.bludocs_content a:focus, .bludocs_content a:hover {
color: #555555;
}

.bludocs_table {
max-width: 400px;
    width: 100%;
    background-color: #ededed;
    border-radius: 15px;
    padding: 10px;
    border: 3px solid #72777c;
    }