.scrollbar {float: left;background: #fff;overflow-y: scroll;/*margin-left: 30px;height: 300px;width: 65px;margin-bottom: 25px;*/}
.force-overflow {max-height: 450px;}

.scrollbar-primary::-webkit-scrollbar {width: 12px;background-color: #F5F5F5; }
.scrollbar-primary::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background-color: #66cc10; }
.scrollbar-primary {scrollbar-color: #66cc10 #F5F5F5;}

.scrollbar-info::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background-color: #F5F5F5;border-radius: 10px; }
.scrollbar-info::-webkit-scrollbar {width: 12px;background-color: #F5F5F5; }
.scrollbar-info::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background-color: #33b5e5; }
.scrollbar-info {scrollbar-color: #33b5e5 #F5F5F5;}

.scrollbar-default::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background-color: #F5F5F5;border-radius: 10px; }
.scrollbar-default::-webkit-scrollbar {width: 12px;background-color: #F5F5F5; }
.scrollbar-default::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background-color: #2BBBAD; }

.scrollbar-default {scrollbar-color: #2BBBAD #F5F5F5;}

.thin::-webkit-scrollbar {width: 6px; }