@charset "utf-8";

main { margin-right: 1px; }

footer { margin-bottom: 1px; }

main::-webkit-scrollbar, footer::-webkit-scrollbar { width: 7px; height: 7px; appearance: none; }

main::-webkit-scrollbar-thumb, footer::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgb(119, 119, 119); }

main::-webkit-scrollbar-thumb:hover, footer::-webkit-scrollbar-thumb:hover { background: rgb(102, 102, 102); }

.moz main, .moz footer { scrollbar-width: thin; scrollbar-color: #777 var(--palette-core-canvas); }