html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  font-family: 'Roboto';
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

@media print {
  html,
  body {
    font-size: 12px;
  }
  html,
  body,
  div {
    width: auto;
    height: auto !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
    page-break-inside: auto;
  }
}

@media print {
  -moz-appearance: number-input;
}
