html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.star .star-path {
  -webkit-transition: fill 0.25s ease-in-out, fill-opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -moz-transition: fill 0.25s ease-in-out, fill-opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out, fill-opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  fill: #FFF;
  fill-opacity: inherit;
  transform: scale(1); }

.star.hover .star-path {
  fill: #BDB66C;
  fill-opacity: 1;
  transform: scale(1.5); }

.line path {
  stroke: #FFF;
  stroke-linecap: round;
  stroke-width: 4; }

.line.hover path {
  stroke: #BDB66C; }

.hull {
  fill: #FFF;
  fill-opacity: 0;
  stroke: #FFF;
  stroke-opacity: 0;
  stroke-width: 42;
  stroke-linejoin: round; }

canvas {
  position: absolute;
  top: 0;
  z-index: 0; }

.cursor-pointer {
  cursor: pointer; }

.cursor-grab {
  cursor: grab; }

.cursor-grabbing {
  cursor: grabbing; }

.hidden {
  visibility: hidden; }

#svg-container {
  position: absolute;
  top: 0;
  z-index: 2; }
