
body {
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
    font-size: 0.8em;
    width: 80%;
    max-width: 1200px;
    line-height: 1.4em;
}
h1 {  }
#fn-finder, .foot {
    background: #EEE;
    position: relative;
    border: 1px solid #222;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.foot {
    text-align: center;
}
#fn-finder input {
    width: 292px;
    padding: 4px;
}
select {
    margin-right: 10px;
}
input, select {
    padding: 3px;
    font-size: 1.2em;
    border: 1px solid #BBB;
}
pre {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #DDD;
    font-size: 1.2em;
    padding: 20px;
    font-family: Consolas,Monaco,"Lucida Console",Courier,mono;
    margin: 30px 0;
    overflow: auto;
    line-height: 1.4em;
}
pre a {
    text-decoration: none;
    background: white;
    background: rgba(255,255,255,.7);
    color: #000;
    font-weight: 700;
    padding: 1px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
pre a:hover, pre a:focus {
    -moz-box-shadow: 0 0 6px #FFF;
    -webkit-box-shadow: 0 0 6px #FFF;
    text-decoration: underline;
}
pre a span {
    color: #000 !important;
    font-weight: 700 !important;
}
.methods {
    padding: 10px;
    width: 274px;
    position: absolute;
    z-index: 99;
    background: white;
    border: 3px solid #CCC;
    -moz-box-shadow: 6px 6px 9px #000;
    -webkit-box-shadow: 0 0 6px #000;
}
.methods span {
    display: block;
    padding: 5px;
    color: #333;
    text-decoration: none;
}
.methods span.selected {
    background: #DDD;
    color: black;
    font-weight: 700;
}