body {
    background-color: #b1c2cf;
    margin: 0px;
    padding: 0px;

}

th {
    font-family: sans-serif;
    background-color: #c3cbd1;
}

label {
    margin-left: 5px;
}

#topcont {
    width: -webkit-calc(100vw - 35px);
    width:    -moz-calc(100vw - 35px);
    width:         calc(100vw - 35px);
    height: -webkit-calc(100vh - 60px);
    height:    -moz-calc(100vh - 60px);
    height:         calc(100vh - 60px);
    border: 0px solid gray;
    /*padding: 10px;
    margin: 5px;*/
    padding: 10px;
    margin: 5px;
    background-color: #eae1e2;
}

@media only screen and (min-width: 650px) {
    #topcont {width: 620px;
    }
}

#maincont {
    height: -webkit-calc(100vh - 120px);
    height:    -moz-calc(100vh - 120px);
    height:         calc(100vh - 120px);
    overflow-y: scroll;
}

.toptable {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.kokokotitle {
    float:left;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    font-size:20px;
    color: #8a444f;
}

.logoutBtnClass {
    float:right
}

#topheader {
    /*width: 675px;*/
    height: 30px;
    border: 1px solid gray;
    background-color: #eeced3;
    margin-bottom: 10px;
    padding: 5px;
}

#childView {
}

#sizeEditor {
    position: fixed;
    top: 80px;
    left: 30px;
    background-color: #cccccc;


}

.backbutton {
    font-size: 20px;
}

.commandLink {
    width: 150px;
    background-color: #eeced3;
    font-weight: bold;
    padding: 5px;
    color: #444488;
    text-decoration: underline;
}

.registry {
    height: 100%;
    position: absolute;
    bottom: 0;
}