@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,700|Boogaloo);
@import url(http://www.trajectopmaat.be/sites/default/files/icon/fontello/typicons/css/typicons.css);
/* line 5, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 11, ../sass/style.scss */
html, body {
  font-size: 10px;
}

/* line 15, ../sass/style.scss */
body {
  font-family: 'Cabin';
  font-size: 1.6rem;
  background: #eeeacb;
}

/* line 21, ../sass/style.scss */
#toolbox {
  padding: 10px;
}
/* line 23, ../sass/style.scss */
#toolbox .dropdown-menu {
  top: auto;
  padding: 5px;
  border: #73af85 dashed 2px;
}
/* line 30, ../sass/style.scss */
#toolbox .dropdown-menu li a {
  padding: 10px;
  border-bottom: 1px dashed #eeeacb;
  color: #42889e;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 200px;
  background: #fff;
}
/* line 39, ../sass/style.scss */
#toolbox .dropdown-menu li a:hover {
  color: #fff;
  background: #42889e;
}
/* line 47, ../sass/style.scss */
#toolbox .icon {
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}
/* line 53, ../sass/style.scss */
#toolbox .item-text {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

/* line 60, ../sass/style.scss */
#canvas-holder {
  width: 100%;
  margin-bottom: 30px;
}
/* line 63, ../sass/style.scss */
#canvas-holder canvas {
  width: 100%;
}

/* line 70, ../sass/style.scss */
.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Boogaloo", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  color: #fff;
}
/* line 79, ../sass/style.scss */
.btn.btn-primary {
  background: #42889e;
}
/* line 83, ../sass/style.scss */
.btn.btn-secondary {
  background: #73af85;
}

@media (max-width: 540px) {
  /* line 89, ../sass/style.scss */
  .button-group {
    float: none !important;
  }
  /* line 92, ../sass/style.scss */
  .button-group .btn {
    margin: 5px;
  }
}
