@media (min-width: 1200px){
  .container {
      max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container {
      max-width: 1400px;
  }
}

@media (min-width: 1800px){
  .container {
      max-width: 1740px;
  }
}

textarea {
    overflow-y:scroll;
}

.prodct_status_color_1 {
  background-color:green;
  opacity:0.8;
  color:white;
}

.prodct_status_color_2 {
  background-color:yellow;
  opacity:0.8;
  color:black;
}

.prodct_status_color_3 {
  background-color:red;
  opacity:0.8;
  color:white;
}

.prodct_status_color_4 {
  background-color:blue;
  opacity:0.8;
  color:white;
}

.prodct_status_color_5 {
  background-color:black;
  opacity:0.8;
  color:white;
}

form > section > h2 {
  border-left: solid 5px #555;
  padding-left: 5px;
  margin-top: 35px;
}

.information-alert {
  background-color: tomato;
}

.search {
  margin-bottom: 20px;
}

.edit {
  margin: 15px;
}

.show-detail {
  margin: 5px 5px;
}

.show-title {
  border-bottom: solid 1px #ccc;
  text-align: right;
  min-height: 25px;
}

.show-label {
  text-align: left;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
  min-height: 25px;
}

.show-label p {
  margin-bottom: 0px;
}