.ide-status {
    line-height: 10px;
}

.table-of-contents {
    gap: 5px;
}

.table-of-contents a {
    color: rgb(164, 158, 148);
    transition: 0.2s ease-in-out;
}

.table-of-contents a:hover {
    color: white;
}

.title-icon {
    max-height: 48px;
    align-items: center;
    margin-right: 10px;
}

.img-in-container {
    max-width: 100%;
}

table {
    border: solid 1px whitesmoke;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

th, td {
    font-weight: 150;
    color: rgb(164, 158, 148);
    border: solid 1px whitesmoke;
    padding: 5px 10px 5px 10px;
}

tbody tr > th:first-of-type {
    font-weight: 200;
    color: white;
}

.gallery-list-of-images {
    padding: 0;
    margin: 0;
}

.gallery-list-of-images li > img {
    margin-bottom: 10px;
    width: 100%;
}

.gallery-list-of-images li > figcaption {
    text-align: center;
}

.gallery-list-of-images li:not(:last-of-type) {
    margin-bottom: 50px;
}