#container {
    width: 95%;
    border-radius: 10px;
    background-color:FloralWhite;
    /*#65655d;*/
    position: relative;
    top: 20px;
    bottom: 0;
    left: 50px;
    right: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 800px;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    color:brown;

}

#freq-table {
    background-color: aqua;
    color:black;
}

.textwidth{
    width: 180px;

}

#frequency-save{
    text-align: center;
    margin-top:20px;
}

.txtArea{
height:90px;
width:245px;

}
.chkDone{
    transform: scale(1.5);
    margin-left: 10px;
}
