/*
  Style the html5 hidden attribute for older browsers
  More info: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
*/
html[hidden] {
  display: none;
}
