body {
  overflow: hidden;
  margin: 0 !important;
  font-family: 'Roboto', sans-serif
}

body.inheritCursors * {
  cursor: inherit !important;
}

blockquote {
  quotes: "\201E" "\201C";
  text-indent: -1em;
}

blockquote:before {
  content: open-quote;
  font-size: 2.5em;
  padding-right: 3px;
}

blockquote:after {
  content: close-quote;
  font-size: 2.5em;
  vertical-align: middle;
  padding-top: 0.3em;
  padding-left: 3px;
}

blockquote p {
  display: inline;
}