body, html {
  overscroll-behavior: none;
  font-family: Roboto, Helvetica, 'Arial', sans-serif;
  font-size: 14px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;

  background-color: #f0f0f0;
  overflow: hidden;
}


od-application {
  height: 100%;
}