@import url("prettify.css");

body,html{
height:200%;
width:100%;
background-image: none !important;
}


#source-code{
position:absolute;
z-index:20;
top:-10px;
left: 5px;
width:95%;
height:100%;
resize:both; 
text-align: left;
        font-size:18px;
    font-family:courier,monospace;
 border-width: 0px;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

