html,
button,
input,
select,
textarea,
#ace {
	font-family:	"c64-pro-mono";
	font-size: 		0.9em;
	line-height: 	1.1;
}

#ace { 
    position:	absolute;
    top: 		0;
    right: 		0;
    bottom: 	0;
    left: 		0;
}

::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}


::-webkit-scrollbar-track {
	background: #352879;
}}

::-webkit-scrollbar-corner {
   box-shadow: inset 0 0 0.35em rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
	background: #594ca0;
	border-radius: 0.35em;
}