body *, body {
  box-sizing: border-box;
}

html, body, #content, #content > * {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

body {
  font-size: 1.4em;
  font-family: 'Roboto', sans-serif;
}