body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    height: 31000px;
    width: 600px;
    min-width: 600px;
    background-color: #2f2f2f !important;
    max-width: 600px;
    min-height: 31000px;
    max-height: 31000px;
}

div {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    height: 30px;
    font-size: 14px !important;
    color: #686868 !important;
    overflow: hidden;
    background-color: #242424c7;
    word-wrap:  break-word;
    text-shadow: 1px 1px 1px #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear: both;
}

#content {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    content: "";
    display: block;
    height: auto;
    overflow: hidden;
    }

input {
}

input[type="checkbox" i] {
    /* margin: 2px; */
    height: 13px;
    width: 13px;
    padding: 5px;
    margin-top: 5px;
}

#content:nth-child(n+50) {
    text-decoratiom: line-through;
    color: gray;
    ;}

#displays {
    height: 0px;
    visibility : hidden;
    overflow: hidden;
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 4%;
    height: 10px;
    max-width: 20px;
    overflow: auto;
}

::-webkit-scrollbar-button {
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    background-color: #353939d4;
    border: 2px outset #50505094;
    height: 10px;
    width: 10px;
    border: 2px groove rgba(0, 0, 0, 0.57);
}

::-webkit-scrollbar-button {
    background-color: #eaeaeaa1;
    font-family: Sonsie One;
    border: 2px solid rgba(62, 59, 59, 0.94);
}

::-webkit-scrollbar-corner {
    background: linear-gradient(to top, rgba(131, 138, 139, 0.3) 0%,rgb(87, 99, 100) 50%,#fbfbfb 100%);
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    /* box-shadow: inset 0px -1px 1px 14px #ffffff, 0px -2px 0px 1px #236f6f, 0px 2px 0px 1px #589898, inset 2px 2px 3px 1px rgba(0, 0, 0, 0.36); */
    height: 20px;
    width: 10px;
    margin: 4px;
    border: 1px solid rgb(38, 61, 61);
    background-color: #383f4069;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0px 4px 1px 1px #113535;
    background-color: #c3c3c3;
    /* box-shadow: inset 0px 4px 1px 1px #345454, 0px -2px 0px 1px #e2eaea, 0px 2px 0px 1px #e7f3f3, inset 2px 2px 3px 1px rgba(190, 197, 197, 0.36); */
}

::-webkit-scrollbar-track {
    background: -webkit-linear-gradient(left, #728888 0%,#4a5454 15%,#9e9e9e 49%,#a2c1c1 100%);
    border: 1px solid rgba(212, 188, 34, 0.66);
    border-radius: 12px;
    margin: 0px;
    width: 10px;
    /* outline: 5px solid white; */
    /* border: 4px solid transparent; */
    background-clip: content-box;
}

::-webkit-scrollbar-button {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color : #ffffff;
    background-color: #353939d4;
    border: 2px outset #50505094;
    height: 25px;
    width: 25px;
    background-color: #000000de;
    border: 2px groove rgba(0, 0, 0, 0.57);
}

::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(../assets/scroll.png);
    background-image: url(../assets/gpsr.png);
    box-shadow: inset 1px 2px 2px 2px rgba(199, 218, 218, 0.24), inset 2px -2px 2px 2px rgba(96, 181, 181, 0.14);
}

::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url(../assets/scroll.png);
    background-image: url(../assets/gpsl.png);
    box-shadow: inset 1px 2px 2px 2px rgba(199, 218, 218, 0.24), inset 2px -2px 2px 2px rgba(96, 181, 181, 0.14);
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../assets/scroll.png);
    background-image: url(../assets/gpsu.png);
    background-image: url(../assets/gpsd.png );
    box-shadow: inset 1px 2px 2px 2px rgba(199, 218, 218, 0.12), inset 2px -2px 2px 2px rgba(96, 181, 181, 0.14);
    background-color : rgba(178, 218, 220, 0.6);
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(../assets/gpsu.png);
    box-shadow: inset 1px 2px 2px 2px rgba(199, 218, 218, 0.24), inset 2px -2px 2px 2px rgba(96, 181, 181, 0.14);
    background-color : rgba(178, 218, 220, 0.6);
}

::-webkit-scrollbar-button:start {
    height: 25px;
    border-radius: - 8px;
    margin: 0px;
}

::-webkit-scrollbar-button:end {
    border-radius: -8px;
    margin: 0px;
    height: 35px;
    display: block;
    background-color : #6b7677b3 box-shadow:inset 1px 2px 2px 2px rgba(199, 218, 218, 0.24), inset 2px -2px 2px 2px rgba(96, 181, 181, 0.14);
}

input[type="checkbox" i] {
    margin: 10px 2px 2px 2px;
}
