body {
    font-family: Arial, Helvetica, sans-serif;
}

table {
    font-size: 1em;
}


#map
{
    position:relative;
    width:80%;
    height:400px;
    overflow:hidden;
}


div #graphdiv1 {
  position: absolute;
  width:80%;
  height:400px;
  left: 10px;
  right: 10px;
  top: 40px;
  bottom: 10px;
}
    
.graphcontainer {
  position: relative;
  width:80%;
  left: 10px;
  right: 10px;
  top: 40px;
  bottom: 10px;
}
    