div#document, #buttons {
    position: absolute; 
    left: 10px; 
    right: 10px;
    overflow: auto;
}

div#document {
    top: 10px;
    bottom: 50px;
}

div#buttons {
    bottom: 10px;
    height: 30px;
}

textarea#content {
    margin: 0;
    border: 0; 
    width: 100%;
    height: 100%;  
    border: black 1px solid;
    resize: none;
}

input#password {
    width: 500px;
}

input#go.encrypt {
    /** Add colors here if you like */
}

input#go.decrypt {
    /** Add colors here if you like */
}
