body {
font-family:arial, sans-serif;
line-height:1.5;
padding:2%;
}
h1{
font-size:2em;
color:#ff0000;
line-height:1;
}

span.eg {
font-weight:bold;
color:red;
}
pre{
display:none;
background:#fff;
padding:1em;
border:1px solid #888;
}


#intro, #main-form, #results {
margin-right:2%;
}
#intro {
background:#eee;
padding:1%;
}
#main-form {
float:left;
width:45%;
}
#main-form textarea {
width:100%;
height:28em;
}

#decoded {
margin-top:1em;
color:red;
}
#finished {
float:left;
width:40%;
font-weight:bold;
height:24em;
margin-left:10%;
}
#results{
font-size:1.1em;
line-height:1.8;
}
#results li {
list-style-type:none;
}