html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-image:none;
	background-color:white;
}

#fiddlestixx {
    display: none;
}

.wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}

#screen {
        font-size: 10pt;
        font-family: sans-serif;
        width: 98%;
   	padding-bottom:30px;
	height:290px
}

#charinput {
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	position: absolute;
	display: block;
	font-family: monospace;
	font-size: 20px;
	width:90%;
	height:20px;
   }

input {
	display: block;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	position: absolute;
	width:90%;
	font-family: monospace;
	font-size: 20px;
	height:20px;
    }

#screen pre {
    margin: 0px;
    font-family: 'Courier New', monospace;
width: 100%;

}

#screen div {
	display: block;
	position: relative;
	overflow: auto;
	
}

.timed {
background-color: #ddf;

}

.wrapper {
border-style:none;
width:320px;
}

#header {
	display: none;
}

#header_image {
    display: none;
}

#mutemidi {
	display: none;
}
#backbutton {
	display: none;
}
#playmidi {
	display: none;
}
#player {
	display: none;
}

.footer {
display: none;
}
#iphone {
font-size: 12px;
font-family: 'Courier New', monospace;
}