#simContainer {
	display: flex;
	flex-wrap: wrap;
}

#simscreen {
	border: solid black 1px;
	display: flex;
	height: 600px;
	flex-basis: 1000px;
	width: 100%;
}

#nodeContainer {
	overflow: hidden;
	height: 100%;
	flex-grow: 1;
	display: inline-block;
}

#nodeSlider {
	height: 600px;
	writing-mode: vertical-lr;
	direction: rtl;
	vertical-align: top;
}

#settings {
	border: solid black 1px;
	
}
