﻿details > summary {
    padding: 4px;
    width: 200px;
    background-color: #eeeeee;
    border: none;
    cursor: pointer;
}

details > p {
    background-color: #eeeeee;
    padding: 4px;
    margin: 0;
    box-shadow: 1px 1px 2px #bbbbbb;
}
summary::-webkit-details-marker {
    color: black;
}

summary:focus {
    outline-style: none;
}
table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
}

td.custom_td {
    white-space: nowrap;
}
