body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button {
	background-color: hsl(39, 97%, 44%);
	border: 2px solid #fdbb3f;
	border-radius: 2px;
	box-shadow: 2px 2px 4px #00000066;
	padding: 5px 10px;
	font-weight: bold;
}

button.large {
	font-size: 16px;
	padding: 10px 20px;
}

button.low-focus {
	background-color: #dfc18b;
	border-color: #ffebc6;
}

button:disabled {
	background-color: #ffe9bf;
	border: 2px solid #ffe9bf;
}

.hilight-line {
	box-sizing: border-box;
	position: absolute;
	box-shadow: 3px 3px 3px #00000066;
}

.debugger-current-line {
	border: 1px solid #fdbb3f99;
	background-color: #db8f0399;
}

.debugger-error-line {
	border: 1px solid rgb(172, 27, 27);
	background-color: rgb(218, 58, 10);
}

.code-sample {
	margin: 0px 20px;
	font-size: 16px;
}

.code-sample .ace_cursor-layer {
	display: none;
}

.code-sample .ace_bracket {
	display: none;
}
