body, html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; /* Peso regolare */
  font-size: 14px;
  width: 100%;
  margin: 0px;
  padding: 0px;

  background-color: white;
  overflow-x: hidden;
}


od-application {
  height: 100%;
}