.navbar {
  padding: 0 20px 0 20px;
}

h1 {
  color: #654d34;
}

h2 {
  color: #654d34;
  margin-top: 32px;
}

h3 {
  color: #654d34;
  margin-top: 24px;
}

.content {
  padding: 20px;
}

table {
  width: 100%;
}

.align_right {
  text-align: right;
}

.btn-info, .btn-primary {
  border-color: #e7eeae;
  background-color: #e7eeae;
  color: black;
}

a.btn-info:hover, .btn-primary:hover {
  border-color: #f8ffc0;
  background-color: #f8ffc0;
  color: black;
}

#slider-div {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

#slider-div > div {
  margin: 8px;
}

.slider-label {
  position: absolute;
  background-color: #eee;
  padding: 4px;
  font-size: 0.75rem;
}

.shape_form {
  float: left;
  width: 50%;
}

.preview {
  margin-left: 10px;
  float: left;
}

.clear {
  clear: both;
}

tr.odd {
  background-color: #eeeeee;
}

/*# sourceMappingURL=app.output.css.map */
