/* line 2, ../sass/style.scss */
h3, hr {
  margin-top: 15px;
}

/* line 5, ../sass/style.scss */
img {
  border: none;
}

/* line 6, ../sass/style.scss */
label:after {
  content: " *";
}

/* line 7, ../sass/style.scss */
label.three-star:after {
  content: " ***";
}

/* line 8, ../sass/style.scss */
.example {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
  -moz-box-direction: reverse;
  -webkit-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  margin-bottom: 1px;
  margin-top: 10px;
  width: 100%;
}
/* line 16, ../sass/style.scss */
.example .content, .example .sidebar {
  width: 35px;
  padding: 2px;
}
/* line 19, ../sass/style.scss */
.example .content {
  -moz-box-flex: 4;
  -webkit-box-flex: 4;
  -ms-box-flex: 4;
  box-flex: 4;
}
/* line 21, ../sass/style.scss */
.example .content label {
  padding-left: 5px;
}
/* line 23, ../sass/style.scss */
.example .sidebar {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  margin-right: 1px;
}
/* line 26, ../sass/style.scss */
.example:hover {
  background-color: #FFFF99;
}
