@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.zenspider.com/Languages/Ruby/QuickRef.html") {

body { margin-right:22.5em; }
h2 + ul {
width:19em;
position:absolute; right:0.5em; top:0.5em;
padding:1em;
border:1px solid gray;
background:white;
}
h2 + ul>li {
margin-left:1em;
font-weight:bold;
}

h2 + ul ul {
margin-left:1em; padding:0; font-weight:normal; 
}
h2 + ul ul li {
margin-left:0; padding:0;
}

h2 { display:none; }
h3,h4 { border:1px solid gray; padding:0.2em 0.5em; -moz-border-radius:5px; }
h3 { background:#F8F8F8; color:crimson; font-weight:bold; margin-top:0.5em; }
h3 + h4 { margin-top:0.5em; }

pre {
color:black;
font-size:small;
background-color:#f8f8f8;
border:1px solid silver;
padding:0.5em 1em;
margin-top:0.5em;
font-family:Lucida Console;
}

}