/* Akaboot Dev bar handling */
.website-mode {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999999999999999999;
	background-color:
	white;
	box-shadow: 0px 0px 5px
	#00000030;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 5px;
	font-size: 12px;
}

#domModal {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: initial;
}

#domTree {
	max-height: 70vh;
	height: 70vh;
	overflow-y: scroll;
}

#domViewer {
	max-height: 50vh;
	height: 50vh;
}

#domPath {
	max-height: 18.5vh;
	height: 18.5vh;
}

#domViewer,
#domPath {
	overflow-y: scroll;
	font-family: "Lucida Console", Monaco, monospace	;
    font-size: 12px;
    white-space: pre;
    color: #ccc;
    background-color: #333;
}

