/* line 3, app/assets/stylesheets/makers.scss */
body .red {
  color: red;
}

/* line 8, app/assets/stylesheets/makers.scss */
body .consonant-button {
  color: white;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/makers.scss */
body .consonant {
  padding: 5px;
  background-color: pink;
  color: white;
}

/* line 19, app/assets/stylesheets/makers.scss */
body .form-control {
  width: 300px;
  display: inline;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/makers.scss */
body #maker_name_box {
  font-size: 14px;
}

/* line 28, app/assets/stylesheets/makers.scss */
body .ui-menu-item {
  width: 400px;
  padding: 10px;
  border: 10px;
  background-color: white;
}

/* line 34, app/assets/stylesheets/makers.scss */
body .ui-helper-hidden-accessible {
  display: none;
}

/* line 39, app/assets/stylesheets/makers.scss */
body .bottom-space {
  margin-bottom: 35px;
}

/* line 46, app/assets/stylesheets/makers.scss */
body .form-group .consonant {
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/makers.scss */
body .form-group .row {
  margin-bottom: 20px;
}

/* line 53, app/assets/stylesheets/makers.scss */
body .form-group .row .makers-search {
  margin-bottom: 20px;
}

/* line 60, app/assets/stylesheets/makers.scss */
body a.extension {
  text-decoration: underline;
}
