body {
    background: #ffffff;
}

#alertMSIE {
    visibility: hidden;
    width: 100%;
    background: black;
    color: #ffff00;
    font-size: 20pt;
}


#canvas {
    /*width: 156px;
    height: 165px;*/
    border: thin solid black;
    background: #aaaaaa;
    clear: both;
    float: left;
    display: block;
     
}

nav {
    width: 100%;
    clear: both;
}

.button{
    float: left;
}



footer { 
    clear: both;
    font-size:   8pt; 
    font-family: monospace;
}

footer #license {
: hidden;
}

#loader {
    visibility  : hidden;
    position    : absolute;
    width       : 32px; 
    height      : 32px;
    left        : 50%; 
    top         : 50%;
    margin-left :-16px;
    margin-top  :-16px;
    z-index     : 1000;
}

.previewContainer {
    float: right;
    border: 1pt inset black;
    
}

.previewContainer > h3 {
    text-align: center;
    
}


#preview {
    padding: 5pt;
    
}

#tutorialLink { margin-top: 150pt;}