.sb-container{
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.sb-content {
  height:100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing:border-box;
}
.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 12px;
	border: 1px solid #5d5d5d;
	padding:1px;
}
.sb-container-noscroll .sb-scrollbar-container {
    right: -20px;
}

.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 15px !important;
  min-height: 15px !important;
  width: 10px;
  background: #A42A2A;
  cursor:pointer;
  border: 1px solid #000;
}

.sb-scrollbar:hover {
    background: #A42A2A;
}
