.legend-row {
  text-align: center;
  position: relative;
  top: -20px;
}

.container {
  min-width: 1140px;
  max-width: 1140px;
}

body {
  min-width: 1140px; /* suppose you want minimun width of 1000px */
  width: auto !important;  /* Firefox will set width as auto */
  width: 1140px;      
}

.img-row {
  min-height: 112px;
  max-height: 112px;
  overflow: hidden;
}

textarea {
  height: 112px !important; 
}

#category-list {
  background-color: #fff;
}

.fileinput-preview > img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.herb-desc {
  min-height: 100%;
}

.category {
  margin-bottom: 50px;
}

/* Reset some list defaults for all lists */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Section headers, defined through "headlineSelector" */
#category-list > ul > li h1 {
  display: block;
}

/* Section headers when "sticky", defined through "stickyClass" */
#category-list > li.sticky h1 {
  position: fixed;
  top: 0;
}

/* The main list */
#category-list > ul {
  height: 100%;
  overflow: auto;
}

.sticky h1 {
  z-index: 100;
  background-color: #fff;
}

h1 {
  padding-top: 20px;
  margin: 0;
}

.fileinput, .fileinput-preview {
  width: 100%;
  height: 100%;
}