html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
}

#LeftPanel {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    overflow-y:scroll;
}

#CenterPanel {
    float:   left;
    width:   60%;
    height:  100%;
    padding: 5px;
    overflow-y:scroll;
    box-sizing: border-box;
}

#RightPanel {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    overflow-y:scroll;
}

.blind {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.6);
}

.select {
    text-align: center;
    margin:   0px;
    padding:  0px;
    height:   30px;
    width:    40px;
    background: #eeeeee;
    border: 1px solid black;
}

.display_select {
    border: 0;
    height:   30px;
    width:    30px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.TextBox {
    width: 40px;
    border: 1px solid black;
}

.Slider {
}

.button {
    margin: 2px;
    padding: 5px 10px;
}
