﻿body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
  overflow: hidden;
}
/* Inclusion font in the body adds unexpected pixel to the document height */
div {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  box-sizing: border-box;
}