/* maps page/component overides to make it fill page */
html,
body,
#root {
  width: 100%;
  height: 100%;
}
#root,
.fullHeightForMap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.rome, .mapFrame {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  width: 100%;
}
