html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#map {
    height: 100%;
    width: 100%;
    border: none;
}

#outmost_table {
    width: 99%;
    height: 99%;
}

#map_table {
    width: 100%;
    height: 100%;
}

#map_cell {
    width: 100%;
    height: 99%;
}

.tabcontent {
    width: 270px;
    height: 100px;
    text-align: left;
    vertical-align: bottom;
    /* border: solid; */
}

.tabmenu {
    text-align: left;
    vertical-align: bottom;
    font-size: xx-small;
    font-weight: normal;
}


