<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -----------------------------------------------
FileName: tinyscrollbar.css
----------------------------------------------- */

.scrollbar1 { width: 240px; clear: both; background:none; }
.scrollbar1 .viewport { width: 225px; height: 90px; overflow: hidden; position: relative; }
.scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0 0px; }
.scrollbar1 .thumb .end,
.scrollbar1 .thumb { background-color: #62514A; }
.scrollbar1 .scrollbar { position: relative; float: right; width: 8px; padding:0 0px 0 0; z-index:40; }
.scrollbar1 .track { background-color: #E7E0D5; height: 100%; width:2px; position: relative; padding: 0 0px; }
.scrollbar1 .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-3px; }
.scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
.scrollbar1 .disable{ display: none; }





</pre></body></html>