.select2-container--default .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  font: 400 11px system-ui;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 24px;
  font-family: Verdana, sans-serif;
}

.select2-container--default .select2-selection--single:focus {
  border: 1px solid #5ad;
  outline: none;
}

.select2-results__option {
  font: 400 11px system-ui;
  font-family: Verdana, sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 22px;
}

fieldset#filters td.values .select2-container--default {
  max-width: 230px; min-width: 140px;
}

.select2-container {
  min-width: 100px;
}
