/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  padding: 0.2em 0.5em;
  cursor: pointer;
}

/*
     FILE ARCHIVED ON 01:32:14 Dec 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:55:00 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.671
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.048
  esindex: 0.009
  cdx.remote: 11.574
  LoadShardBlock: 57.195 (3)
  PetaboxLoader3.datanode: 168.557 (5)
  load_resource: 1597.486
  PetaboxLoader3.resolve: 1294.353
  loaddict: 243.838
*/