.visible-outdated {
  display: none;
}
html.js-outdated .visible-outdated {
  display: block;
  display: revert;
}
