html,
body,
#stack,
#gpucanvas,
#overlay {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#gpucanvas,
#overlay {
    top: 0;
    left: 0;
}

#stack {
    position: relative;
    user-select: none;
}

#stack canvas {
    position: absolute;
    top: 0;
    left: 0;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background: #ffffff00;
}
::-webkit-scrollbar-thumb {
    background: #00000099;
}

table {
    border-collapse: collapse;
}

td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

td:first-child {
    padding-left: 0px;
}

td:last-child {
    padding-right: 0px;
}

tr:first-child td {
    padding-top: 0px;
}

tr:last-child td {
    padding-bottom: 0px;
}

#toplefttext {
    max-height: 100vh;
    max-width: 50vw;
    column-count: 1;
    display: grid;
    pointer-events: none;
    position: absolute;
    overflow-y: scroll;
    overflow-x: scroll;
    left: 0px;
    top: 0px;
}

#info,
#debug {
    pointer-events: all;
    width: max-content;
    padding: 20px;
    color: #FFFFFF99;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#info {
    font-size: 12pt;
}

#debug {
    background-color: #00000044;
    font-size: 10pt;
}
