form.form-bc-product-export-images-form .plupload_filelist .plupload_file_name {
  width: auto;
}

form.form-bc-product-export-images-form .plupload_scroll .plupload_filelist {
  min-height: 600px;
}

form #feedback-box {
  min-width: 900px;
  max-height: 600px;
  overflow: scroll;
  padding-bottom: 30px;
  border: 3px solid #ccc;
  margin-bottom: 24px;
  -webkit-border-radius: 8px 44px 8px 44px;
  -moz-border-radius: 8px 44px 8px 44px;
  border-radius: 8px 44px 8px 44px;
}

form #some-nice-advice pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
}
