.table-wrapper table {
    width: 100%;
}

.table-wrapper table td {
    padding: 5px;
}
body {
    color: "#4C555A";
}

h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1em !important;
}

h1, h2, p {
    color: "#4C555A";
}

.toctree-wrapper ul {
    list-style-type: none;
}

.sidebar-scroll {
    padding-top: 20px;
    padding-bottom: 20px;
}

li a code span {
    color: rgb(255, 0, 0);
  }
  
.sidebar-drawer {
    padding-bottom: 20px;
    max-width: fit-content;
}  

.sidebar-tree {
    margin-top: 0px
}