* {
	font-family: monospace;
}

body {
	width: auto;
	text-align: center;
}

#simulationControls, #inputSignalControls {
	margin-bottom: 30px;
}

#oscilloscope {
	margin: auto;
	width: 400px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: #eee;
	text-align: center;
}

#oscilloscopeDisplay {
	margin: auto;
	width: 370px;
    	margin-top: 15px;
}

#triggerControls {
	margin-bottom: 30px;
}