.content {
    width: 220px !important;
    max-height: 200px !important;
    overflow: hidden !important;
    left: 0px;
    margin-top: 15px;
}

/*************** SCROLLBAR DEFAULTS ***************/

.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    left: 0;
    margin: 0;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: 225px !important;
    padding-right: 15px;
    height: auto !important;
}

.scroll-content::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
    display: none !important;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: pointer;
}

/******************* SIMPLE OUTER SCROLL *******************/

.scroll-simple_outer > .scroll-content.scroll-scrolly_show { left: -8px; margin-left: 8px; }
.scroll-simple_outer > .scroll-content.scroll-scrollx_show { top:  0px; margin-top:  0px; }

.scroll-simple_outer > .scroll-element,
.scroll-simple_outer > .scroll-element div
{
    border: none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-simple_outer > .scroll-element {
    
}

.scroll-simple_outer > .scroll-element div {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


.scroll-simple_outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 0px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scroll-simple_outer > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 8px;
}

.scroll-simple_outer > .scroll-element .scroll-bar {
    background-color: #a3e34a;
    
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.scroll-simple_outer > .scroll-element.scroll-x .scroll-bar { top: 0px; height: 8px;}
.scroll-simple_outer > .scroll-element.scroll-y .scroll-bar { left: 0px; width: 8px;}


/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */

.scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -8px; background-color: transparent; width: 4px !important;}
.scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: 0px; left: 2px; background-color: transparent; width: 4px !important;}

/*
.scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -8px; background-color: #c0c0c0; width: 4px !important;}
.scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: 0px; left: 2px; background-color: #c0c0c0; width: 4px !important;}
*/

.scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_inner { left: -8px; }
.scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_inner { top: 0px; }


/* HOVER & DRAG STYLES */
.scroll-simple_outer > .scroll-element .scroll-bar:hover { background-color: #a3e34a; }
.scroll-simple_outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #a3e34a; }