* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
* v0.7.2
* Docs at http://davidtheclark.github.io/scut
*/



























body {
  margin: 0;
  padding: 0; }
  body.hidden-canvas canvas {
    opacity: 0; }
  body canvas {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    transition: 0.5s opacity; }
  body.small {
    width: 95px;
    height: 244px; }
    body.small canvas {
      width: 95px;
      height: 244px; }
  body.medium {
    width: 130px;
    height: 331px; }
    body.medium canvas {
      width: 130px;
      height: 331px; }
  body.large {
    width: 160px;
    height: 411px; }
    body.large canvas {
      width: 160px;
      height: 411px; }
