::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #A3A3A3
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #4B4B4B;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75)
}

::-webkit-scrollbar-thumb:hover {
    background-color: #665555;
}
