html,
body {
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #3b3b3b;
}
h1,
h2,
h3 {
  font-family: "gotham rounded", "helvetica neue", helvetica, arial, sans-serif;
  color: #333;
  font-weight: 300;
}
h1 a:not(.btn),
h2 a:not(.btn),
h3 a:not(.btn) {
  color: #333;
  text-decoration: none;
}
h1 a:not(.btn):hover,
h2 a:not(.btn):hover,
h3 a:not(.btn):hover {
  color: #333;
}
footer {
  color: #666;
}
footer a:not(.btn) {
  color: #888;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
footer a:not(.btn):hover {
  border: none;
}
footer h3,
footer h4 {
  font-size: 16px;
  color: #888 !important;
}
footer h3 a:link,
footer h4 a:link,
footer h3 a:visited,
footer h4 a:visited,
footer h3 a:active,
footer h4 a:active {
  color: #888 !important;
}
html,
body {
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #3b3b3b;
}
h1,
h2,
h3 {
  font-family: "gotham rounded", "helvetica neue", helvetica, arial, sans-serif;
  color: #333;
  font-weight: 300;
}
h1 a:not(.btn),
h2 a:not(.btn),
h3 a:not(.btn) {
  color: #333;
  text-decoration: none;
}
h1 a:not(.btn):hover,
h2 a:not(.btn):hover,
h3 a:not(.btn):hover {
  color: #333;
}
footer {
  color: #666;
}
footer a:not(.btn) {
  color: #888;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
footer a:not(.btn):hover {
  border: none;
}
footer h3,
footer h4 {
  font-size: 16px;
  color: #888 !important;
}
footer h3 a:link,
footer h4 a:link,
footer h3 a:visited,
footer h4 a:visited,
footer h3 a:active,
footer h4 a:active {
  color: #888 !important;
}
section.graph-display.graph {
  position: relative;
  max-width: 1200px;
  margin: 3em auto;
/* * * *  Subnav & Tabs  * * * {{{ */
/* }}} */
/* * * *  Graph Details  * * * {{{ */
/* }}} */
}
section.graph-display.graph .graph-name-row {
  margin-bottom: 1em;
  zoom: 1;
}
section.graph-display.graph .graph-name-row:before,
section.graph-display.graph .graph-name-row:after {
  content: "";
  display: table;
}
section.graph-display.graph .graph-name-row:after {
  clear: both;
}
section.graph-display.graph .inner,
section.graph-display.graph .row {
  position: relative;
}
section.graph-display.graph .row {
  margin: 1em 0;
}
section.graph-display.graph .graph-metric-defs {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0.5em 3em 0.5em 1em;
  margin: 0;
}
section.graph-display.graph .graph-metric-defs .graph-metric-def,
section.graph-display.graph .graph-metric-defs dd,
section.graph-display.graph .graph-metric-defs dt {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
}
section.graph-display.graph .graph-settings.tabbable .nav {
  margin-bottom: 0;
}
section.graph-display.graph .graph-settings.tabbable .nav li h3 {
  line-height: 14px;
  margin: 2px;
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section.graph-display.graph .graph-settings.tabbable .nav li {
  margin-right: 4px;
}
section.graph-display.graph .graph-settings.tabbable .tab-pane {
  padding: 0.5em;
  margin-top: 18px;
}
section.graph-display.graph .graph-settings.tabbable .tab-pane.graph-data-pane {
  margin-top: 0;
  padding: 0;
}
section.graph-display.graph .graph-controls {
  z-index: 100;
  margin-top: 2px;
}
section.graph-display.graph .graph-controls > .btn,
section.graph-display.graph .graph-controls > .btn-group {
  margin: 0 0.5em;
}
section.graph-display.graph .graph-controls .btn-group {
  display: inline-block;
}
section.graph-display.graph .graph-controls input[type="button"] {
  min-width: 5em;
  text-align: center;
}
section.graph-display.graph .graph-permalink {
  display: inline-block;
}
section.graph-display.graph .graph-permalink input {
  cursor: auto;
}
section.graph-display.graph .ug {
  padding-left: 3em;
}
section.graph-display.graph form.graph-details {
  position: relative;
}
section.graph-display.graph form.graph-details .name-row {
  font-size: 120%;
  line-height: 2em;
}
section.graph-display.graph form.graph-details .name-row input.name {
  font-size: 120%;
  line-height: 1.2;
  height: 1.2em;
  border-color: #eee;
  width: 98%;
}
section.graph-display.graph form.graph-details .row-fluid .half.control-group {
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
section.graph-display.graph form.graph-details .row-fluid label {
  width: 100px;
}
section.graph-display.graph form.graph-details .row-fluid .controls {
  margin-left: 110px;
}
section.graph-display.graph form.graph-details .help-block {
  font-size: 11px;
  line-height: 1.3;
}
@media print {
  section.graph-display.graph {
    page-break-after: always;
  }
  section.graph-display.graph .legend-node {
    position: relative;
  }
  section.graph-display.graph .graph-permalink {
    padding: 1em;
  }
}

/*
     FILE ARCHIVED ON 19:05:25 Aug 20, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:21:08 Feb 20, 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.742
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.035
  esindex: 0.013
  cdx.remote: 162.057
  LoadShardBlock: 139.499 (3)
  PetaboxLoader3.datanode: 201.436 (4)
  PetaboxLoader3.resolve: 101.027 (2)
  load_resource: 180.614
*/