/* stylelint-disable selector-no-qualifying-type */

/* Input type search resets */

/* clears the 'X' icon from Internet Explorer */
input[type='search']::-ms-clear,
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' icon from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/* Fieldset and legend resets */

legend {
  display: table;
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.01em 0 0;
  border: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
