body {
	background-color: #000000;
	height: 100vh;
	overflow: hidden;
}

.dash {
	width: 1px;
	background-image: url("/img/dash.png");
	background-repeat: repeat-y;
}

/* JScrollPane */
.jspVerticalBar {
	display: none;
	width: .5em;
	background: transparent !important;
}

.jspTrack {
    background: transparent !important;
    width: .5em;
}

.jspDrag {
	background: #000 !important;
	border: 1px solid #4D4D4D;
	border-radius: 4px;
	width: .5em;
}