
body {
   font-family: Tahoma, Geneva, sans-serif;
   height: 98vh;
   width: 98vw;
}

.indexcol {
    width: 30%;
}

.mapcol {
    width: 70%;
}

.maprow {
    height: 95%;
}

.mapel {
    width: 45%;
}

.toolbarrow {
    height: 45px;
}

.toolbarel {
    width: 45%;
    height: 45px;
}

.toolbar {
    width: 100%;
    height: 38px;
}

.map {
   height: 95vh;
   width: 100%;
}

.fullsize {
   height: 100%;
   width: 100%;
}

.tableclass {
   width: 80%;
}

#overlay {
    position: absolute;
    top:calc(3% + 10px);
    left: 2%;
    z-index: 1000;
    height: 95%;
    width: 25%;
    min-width: 300px;
    overflow: auto;
}

#license {
    position: absolute;
    top:calc(3% + 10px);
    left: 30%;
    height: 95%;
    width: 50%;
    overflow: auto;
}
