/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 8, ../sass/screen.scss */
body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

/* line 13, ../sass/screen.scss */
a {
  color: #00B7FF;
}

/* line 17, ../sass/screen.scss */
.dropzone {
  border: dashed #ccc 10px;
  padding: 50px;
}
/* line 20, ../sass/screen.scss */
.dropzone input {
  visibility: hidden;
  position: absolute;
}

/* line 26, ../sass/screen.scss */
#view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

/* line 36, ../sass/screen.scss */
.view-wrapper, .view-wrapper canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
