
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 12px;
}

.scrollbar-handle-container {
    background: #333;
}

.scrollbar-handle {
    background: #666;
}

.scrollbar-handle:hover, .scrollbar-handle-up:hover, .scrollbar-handle-down:hover   {
    background: #999;
}

.scrollbar-handle.move {
    background: #999;
}

.scrollbar-handle-up , .scrollbar-handle-down{
    height: 12px;
    background: #999;
}

.scrollbar-handle-container, .scrollbar-handle, .scrollbar-handle-up , .scrollbar-handle-down{
    width: 12px;
}