#asciiheader{
padding:5px;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#83B832;
margin:0 auto;
border-bottom:3px solid #78A92E;
margin-bottom:8px;
width: 80%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.text {
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
color: #666;
padding: 5px 10px;
width: 100%;
outline: none;
background-color:#f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ascii{
//font-size:8px;
float:left;
//background:#333;
}
form {display: block; margin: 20px auto; background: #ededed; border-radius: 10px; padding: 15px }
#progress { position:relative; width:100%; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
#bar { background-color: #97CC45; width:0%; height:20px; border-radius:3px;}
#percent { position:absolute; display:inline-block; top:3px; left:48%; }