


/* ---------- simple theme --------------------------------------------------------------------- */

.simple .scrollbar-pane {
    margin-right: 16px;
}


.simple .scrollbar-handle-container.hover,
.simple .scrollbar-handle-container.move {
}

.simple .scrollbar-handle, 
.simple .scrollbar-handle-up, 
.simple .scrollbar-handle-down {

	background-repeat: no-repeat;
}


/* handle */
.simple .scrollbar-handle {
    width: 9px;
	background-color: rgba(138,118,88,0.15);
}

.simple .scrollbar-handle:hover {
    background-color: rgba(138,118,88,0.75);
}

.simple .scrollbar-handle.move {
    background-color: rgba(138,118,88,0.75);
}





