#div_head {
    position:relative;
    top:0px;
    left:0px;
    opacity:1;
    float:left;
    width:79%;
}
#div_body {
    position:relative;
    top:100px;
    left:0px;
    width:75%;
    min-height:25em;
    opacity:1;
    clear:both;
    }
#div_table{
    position:relative;
    float:right;
    top:0px;
    width:16%
    }
#div_digramtable{
    position:relative;
    clear:both;
    top:0px;
    float:left;
    max-width:16%
    z-index:-1;
    }
#div_table table,#div_digramtable table {
    font-size:10pt;
}
#div_table table th,#div_table table td {
    padding:1pt;
    text-align:center;
}
#chartdiv {
    position:relative;
    float:left;
    top:0px;
    left:0px;
    opacity:1;
}
#plaintext {
    width:100%;
    height: 10em;
    border-color:red;
}
#canvaswrapper {
    position:relative;
    float:left;
    top: 0px;
    width:80%;
}
label {
    float:left;
}
button {
    background-color:#cccccc;
}
.chart{
    position:relative;
    top:0;
    height:40em;
}
#character,#frequency,#expected {
    cursor:pointer;
}

.pointer {
    cursor:pointer;
}
