html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Footer Styles */
footer {
    margin: 50px 0;
}

.clickable {
    cursor: pointer;
}


.modal-xl {
    width: 1200px;
    max-width: 100%;
    max-height: 90%;
    overflow-x: auto;
    overflow-y: auto;
}
.scoll-tree {
    width: 1200px;
}

html {
    display: table;
    margin: auto;
}

body {
    padding-top: 50px;
    display: table-cell;
}

div {
    margin: auto;
}