input.long{
     width: 98%;
     /*max-width: none;*/
}

#import_export > div:nth-child(7) > table > tbody > tr > td.values.top > ul > li {
  display: inline-block;
}

/* forms with config files */

.config_file .error {
  font-size: 11px;
  color: red;
  background: #fff4ac;
  padding: 10px;
}

.config_file .display_options {
  float: right;
  margin-bottom: 1em;
}

.config_file fieldset {
  margin: .5em 0;
}

.config_file fieldset legend {
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
}

.config_file .help {
  white-space: pre-line;
  padding-bottom: .75em;
}

.config_file .section_help {
  margin-bottom: 2em;
}

.config_file .image {
  margin-top: 1em;
  background-color: #f3f2f2;
  background-image: linear-gradient(45deg, #d4d4d4 25%, transparent 25%, transparent 75%, #d4d4d4 75%), linear-gradient(45deg, #d4d4d4 25%, transparent 25%, transparent 75%, #d4d4d4 75%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  border: 1px solid #d4d4d4;
  max-height: 300px;
  max-width: 93%;
}
