#os_table {
    border: 1px solid;
    border-collapse: collapse;
    margin: 20px;
}

#os_table td,#os_table th, #os_table tr {
    border: 1px solid;
    padding: 6px;
}

.os_comment {
    font-size: 12px;
}

#term_wrap {
    margin: 2%;
    height: calc(100% - 4%);
    width: calc(100% - 4%);
    overflow: hidden;
}

@font-face {
    font-family: "ComicShannsMonoNerdFont";
    src: url("/ComicShannsMonoNerdFont-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.term {
    font-family: "ComicShannsMonoNerdFont";
    font-variant-ligatures: none;
    color: #cdd6f4;
    background: #1e1e2e;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
}

.term_content a {
    color: inherit;
    text-decoration: none;
}

.term_content a:hover {
    color: inherit;
    text-decoration: underline;
}

.term_cursor {
    color: #000000;
    background: #a6e3a1;
}

.term_char_size {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: -1000px;
    padding: 0px;
}

.term_textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    opacity: 0;
    resize: none;
}

.term_scrollbar { visibility: hidden; background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; height: 100%; }
.term_track { visibility: hidden; background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
.term_thumb { visibility: hidden; background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
.term_thumb .term_end { visibility: hidden; background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.noSelect { visibility: hidden; user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#keyboard-icon {
    margin-left: 5px;
    margin-right: 5px;
}

/* file import */
#files {
    visibility: hidden;
    width:1px;
    height:1px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

label {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

#net_progress {
    visibility: hidden;
    width: 80px;
}

body {
    height: 95%;
    min-width: fit-content;
    background-color: #1e1e2e;
}

#term_bar {
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 0px;
}