/**********************************
* KM-BASIC web written by Katsumi *
*     This script is released     *
*       under the LGPL v2.1.      *
**********************************/
#scale {
    transform: scale(4.0);
}


body {
	background: #202020;
	width: 240px;
}
.main {
	width: 240px;
	float: left;
}
.buttons{
	background: #fff;
	width: 240px;
}
.basicsource      { font-family: monospacet; visibility: hidden; width: 240px; height: 120px }
.help { font-family: monospace; background: #fff; visibility: hidden; width: 240px }
#code  { display: none; width: 240px }
.BASIC code  { visibility: hidden; width: 240px }
