/**
 * @file
 * Styles for breadcrumbs.
 */

.breadcrumb {
  padding-bottom: 0.5em;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .breadcrumb ol {
  /* This is required to win over specificity of [dir="rtl"] ol */
  margin-right: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* IE8 does not support :not() and :last-child. */
.breadcrumb li:before {
  content: ' \BB ';
}
.breadcrumb li:first-child:before {
  content: none;
}

/*
     FILE ARCHIVED ON 01:39:29 Feb 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:19:07 May 22, 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.611
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.039
  esindex: 0.012
  cdx.remote: 8.934
  LoadShardBlock: 102.111 (3)
  PetaboxLoader3.datanode: 86.019 (4)
  PetaboxLoader3.resolve: 2119.561 (3)
  load_resource: 2158.439
*/