body {
	font-family: Arial, sans-serif;
	margin: 20px;
}
iframe, pre {
	width: 100% !important;
	height: 300px !important;
	border: 1px solid #ccc;
	background: #f8f9fa;
	padding: 5px;
	font-family: monospace;
}

/* hr {
	width: 100%;
	padding: 5px;
	border-bottom: none;
	border-left: none;
	border-right: none;
} */

#codeEditor {
	width: 100% !important; 
	height: 350px !important; 
	font-family: monospace;
	padding: 5px !important;
}

.brand-color {
	color: #fcb900 !important;
}

