.ps {
    overflow: hidden;
}
.ps > .ps__scrollbar-x-rail {
	position: absolute;
	bottom: 0px;
	height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	box-sizing:border-box;
	position: absolute;
	background-color: #920508;
	border: 1px solid #bbb;
	border-radius: 2px;
	bottom: 3px;
	height: 8px;
}
.ps > .ps__scrollbar-y-rail {
	position: absolute;
	right: 0;
	width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	box-sizing:border-box;
	position: absolute;
	background-color: #920508;
	border: 1px solid #bbb;
	border-radius: 2px;
	right: 3px;
	width: 8px;
}
