#content {
	margin-left: 23em;
}
#breadcrumb {
	left: 23em;
}
#menu {
	width:22em;
	top: 0;
	margin-top: 0;
	height: 100vh;
    overflow-y: scroll;
    position: fixed;
	z-index: 999;
	background: #fff;
}
#table {
	border-collapse: collapse;
}
body, .sqlarea {
	width: 100% !important;
}

.js .checkable .checked td, .js .checkable .checked th {
	background: #ddf !important;
}

/*
#menu {
	top:0;
	bottom:0;
	overflow-y:scroll;
	position:fixed;
	width:23em;
	height:100vh;
	margin:0;
	padding:0;
	
}
#content {
	position:fixed;
	left:24em;
	right:0;
	height:100vh;
	overflow:scroll;
	padding:1em 0 0 0;
	margin:0;
}
#breadcrumb {
	left:1em;
}
body {
	width:100%;
	height:100vh;
}

pre,
.scrollable {
	max-width: 100%;
    overflow-x: auto;
}
*/