.pretty-split-pane-frame {
	box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 5px;
    background: #fff;
    margin-top: 75px;
}

.pretty-split-pane-frame .split-pane > .split-pane-divider.dragged.touch {
	background: blue;
	opacity: 0.25;
}

.pretty-split-pane-component-inner {
	box-sizing: border-box;
 /*   border: 1px solid rgba(255,255,255,.3); */
	background: white;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	overflow: auto;
}
