//
// Wells
// --------------------------------------------------


// Base class
.well {
  min-height: 40px;
  padding: 10px 15px;
  margin-bottom: 5px;
  background-color: $well-bg;
  border: 1px solid $well-border;
  border-radius: $border-radius-large;
}