#app-website-edit-form .form-group {
  margin: 0 0 20px 0;
}
#app-website-edit-form .help-block {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
#app-website-edit-form img {
  max-width: 100%;
  max-height: 150px;
}
#app-website-edit-form .radio-inline label {
  font-weight: inherit;
}
#app-website-edit-form .screenshot-thumb,
#app-website-edit-form .screenshot-upload {
  text-align: center;
  min-width: 101px;
}
#app-website-edit-form .screenshot-upload:nth-child(6) {
  display: none;
}
#app-website-edit-form .screenshot-remove {
  margin-top: 2px;
}
#app-website-edit-form .screenshot-thumb .btn-link {
  /* allow these to sit on the same line */
  padding: 2px 6px;
}
#app-website-edit-form .uploader {
  text-align:center;
}
#app-website-edit-form .has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.screenshot-thumb:first-child .screenshot-left {
  visibility: hidden;
}
.screenshot-thumb:last-child .screenshot-right {
  visibility: hidden;
}
.screenshot-thumb .btn {
  margin-right: 0;
}
