@charset "UTF-8";
/*======================================
FileName: tinyscrollbar.css
=======================================*/

.scrollbars { width: 285px; margin: 0 0 10px; }
.scrollbars .viewport { width: 235px; height: 165px; overflow: hidden; position: relative; margin: 0 15px; line-height: 1.5;}
.scrollbars .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0 0px; }
.scrollbars .thumb .end,
.scrollbars .thumb { background-color: #ffd2d7; }
.scrollbars .scrollbar { position: relative; float: right; width: 10px; padding: 0 5px 0 0; z-index:40; }
.scrollbars .track { background-color: #f8f8f8; height: 165px; width:10px; position: relative; padding: 0 0px; }
.scrollbars .thumb { height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrollbars .thumb .end { overflow: hidden; height: 5px; width: 1px; }
.scrollbars .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
