@charset "UTF-8";
/* LISIBILITY */
/*
 * www.g-u-i.net
 */
/* line 5, ../scss/wysiwyg.scss */
* {
  font-size: 14px;
}

/* line 6, ../scss/wysiwyg.scss */
div {
  border: 1px dashed #D4D4D4;
}

/* line 7, ../scss/wysiwyg.scss */
p:after, ul:after {
  content: "¬";
  color: red;
}

/* line 9, ../scss/wysiwyg.scss */
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
  color: blue;
  font-weight: normal;
  font-size: 10px;
  vertical-align: super;
}

/* line 13, ../scss/wysiwyg.scss */
h1:before {
  content: "h1 ";
}

/* line 14, ../scss/wysiwyg.scss */
h2:before {
  content: "h2 ";
}

/* line 15, ../scss/wysiwyg.scss */
h3:before {
  content: "h3 ";
}

/* line 16, ../scss/wysiwyg.scss */
h4:before {
  content: "h4 ";
}

/* line 17, ../scss/wysiwyg.scss */
h5:before {
  content: "h5 ";
}

/* line 18, ../scss/wysiwyg.scss */
h6:before {
  content: "h6 ";
}

/* line 21, ../scss/wysiwyg.scss */
h2 {
  font-size: 24px;
}

/* line 22, ../scss/wysiwyg.scss */
h3 {
  font-size: 18px;
}

/* line 23, ../scss/wysiwyg.scss */
h4 {
  font-size: 16px;
}

/* line 24, ../scss/wysiwyg.scss */
h5 {
  font-size: 14px;
}

/* line 25, ../scss/wysiwyg.scss */
h6 {
  font-size: 12px;
}

/* line 27, ../scss/wysiwyg.scss */
br:after {
  content: "·";
  color: red;
  border: 1px solid #999;
}

/* LAYOUT AND GRAPHICS */
/* line 39, ../scss/wysiwyg.scss */
img {
  height: auto;
  margin: 0.5em 0;
}

/* line 40, ../scss/wysiwyg.scss */
p {
  border: 1px dashed #848484;
}

/* line 41, ../scss/wysiwyg.scss */
div {
  border: 1px solid #1A1A1A;
}

/* line 43, ../scss/wysiwyg.scss */
img, p, div {
  position: relative;
}
/* line 44, ../scss/wysiwyg.scss */
img:before, p:before, div:before {
  font-size: 10px;
  color: red;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  z-index: 3000;
}
/* line 46, ../scss/wysiwyg.scss */
img.full, p.full, div.full {
  width: 99%;
}
/* line 46, ../scss/wysiwyg.scss */
img.full:before, p.full:before, div.full:before {
  content: " full ";
}
/* line 47, ../scss/wysiwyg.scss */
img.demi, p.demi, div.demi {
  width: 47%;
  margin-right: 2%;
}
/* line 47, ../scss/wysiwyg.scss */
img.demi:before, p.demi:before, div.demi:before {
  content: " demi ";
  right: 0;
}
/* line 48, ../scss/wysiwyg.scss */
img.tiers, p.tiers, div.tiers {
  width: 29%;
  margin-right: 2%;
}
/* line 48, ../scss/wysiwyg.scss */
img.tiers:before, p.tiers:before, div.tiers:before {
  content: " tiers ";
  right: 0;
}
/* line 49, ../scss/wysiwyg.scss */
img.quart, p.quart, div.quart {
  width: 23%;
  margin-right: 2%;
}
/* line 49, ../scss/wysiwyg.scss */
img.quart:before, p.quart:before, div.quart:before {
  content: " quart ";
  right: 0;
}
/* line 51, ../scss/wysiwyg.scss */
img.demi-left, p.demi-left, div.demi-left {
  width: 47%;
  float: left;
  margin-right: 2%;
}
/* line 51, ../scss/wysiwyg.scss */
img.demi-left:before, p.demi-left:before, div.demi-left:before {
  content: " demi-left ";
  left: 0;
}
/* line 52, ../scss/wysiwyg.scss */
img.demi-right, p.demi-right, div.demi-right {
  width: 47%;
  float: right;
  margin-left: 2%;
}
/* line 52, ../scss/wysiwyg.scss */
img.demi-right:before, p.demi-right:before, div.demi-right:before {
  content: " demi-right ";
  right: 0;
}
/* line 53, ../scss/wysiwyg.scss */
img.demi-center, p.demi-center, div.demi-center {
  width: 47%;
  display: block;
  margin: 0 auto;
}
/* line 53, ../scss/wysiwyg.scss */
img.demi-center:before, p.demi-center:before, div.demi-center:before {
  content: " demi-denter ";
  right: 0;
}
/* line 55, ../scss/wysiwyg.scss */
img.tiers-left, p.tiers-left, div.tiers-left {
  width: 29%;
  float: left;
  margin-right: 2%;
}
/* line 55, ../scss/wysiwyg.scss */
img.tiers-left:before, p.tiers-left:before, div.tiers-left:before {
  content: " tiers-left ";
  left: 0;
}
/* line 56, ../scss/wysiwyg.scss */
img.tiers-right, p.tiers-right, div.tiers-right {
  width: 29%;
  float: right;
  margin-left: 2%;
}
/* line 56, ../scss/wysiwyg.scss */
img.tiers-right:before, p.tiers-right:before, div.tiers-right:before {
  content: " tiers-right ";
  right: 0;
}
/* line 57, ../scss/wysiwyg.scss */
img.tiers-center, p.tiers-center, div.tiers-center {
  width: 29%;
  display: block;
  margin: 0 auto;
}
/* line 57, ../scss/wysiwyg.scss */
img.tiers-center:before, p.tiers-center:before, div.tiers-center:before {
  content: " tiers-center ";
  right: 0;
}
/* line 59, ../scss/wysiwyg.scss */
img.quart-left, p.quart-left, div.quart-left {
  width: 23%;
  float: left;
  margin-right: 2%;
}
/* line 59, ../scss/wysiwyg.scss */
img.quart-left:before, p.quart-left:before, div.quart-left:before {
  content: " quart-left ";
  left: 0;
}
/* line 60, ../scss/wysiwyg.scss */
img.quart-right, p.quart-right, div.quart-right {
  width: 23%;
  float: right;
  margin-left: 2%;
}
/* line 60, ../scss/wysiwyg.scss */
img.quart-right:before, p.quart-right:before, div.quart-right:before {
  content: " quart-right ";
  right: 0;
}
/* line 61, ../scss/wysiwyg.scss */
img.quart-center, p.quart-center, div.quart-center {
  width: 23%;
  display: block;
  margin: 0 auto;
}
/* line 61, ../scss/wysiwyg.scss */
img.quart-center:before, p.quart-center:before, div.quart-center:before {
  content: " quart-center ";
  right: 0;
}

/* line 67, ../scss/wysiwyg.scss */
table, tr, td {
  position: relative;
  padding: 1em 0.3em 0.3em;
  width: 100%;
}
/* line 72, ../scss/wysiwyg.scss */
table:before, tr:before, td:before {
  font-size: 10px;
  color: white;
  background-color: blue;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  padding: 1px 3px;
}

/* line 78, ../scss/wysiwyg.scss */
table {
  border: 2px solid blue !important;
}
/* line 80, ../scss/wysiwyg.scss */
table:before {
  content: "table";
}

/* line 83, ../scss/wysiwyg.scss */
tr {
  display: block;
  border: 1px dashed blue !important;
}
/* line 86, ../scss/wysiwyg.scss */
tr:before {
  content: "tr";
}

/* line 89, ../scss/wysiwyg.scss */
td {
  border: 1px dotted blue !important;
}
/* line 91, ../scss/wysiwyg.scss */
td:before {
  content: "td";
}
/* line 92, ../scss/wysiwyg.scss */
td p {
  padding: 0 15px;
}