html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	overflow-y: scroll;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    padding: 1em;
    font-family: Arial, sans-serif;
    background-color: #f1f1f1;
}
small {
    font-size: 90%;
}
em {
    font-style: italic;
}
code {
    font-family: monospace;
    color: #0474d6;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0474d6;
}
#container {
    width: 95%;
    height: 600px;
    margin: 0 auto;
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: #808080;
}
#menu {
    position: relative;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
h3#collapse {
    text-align: center;
    font-size: 105%;
    font-weight: bold;
    margin: 1em auto;
    cursor: pointer;
}
#filter {
    display: none;
    margin: 0.5em auto 0 auto;
    padding: 0.5em;
    font-family: Arial, sans-serif;
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    font-size: 90%;
    text-transform: lowercase;
}
#filter:hover {
    border: 1px solid #d1d3d4;
    background: #e6e6e6;
    outline: none;
}
#filter:focus {
    border: 1px solid #f60;
    background: #eee;
    outline: none;
}
::-webkit-input-placeholder {
   text-transform: initial;
}
:-moz-placeholder { 
   text-transform: initial;
}
::-moz-placeholder {  
   text-transform: initial;
}
:-ms-input-placeholder { 
   text-transform: initial;
}
#list {
    display: none;
    margin: 1em auto;
    text-align: left;
    font-size: 95%;
}
#list li {
    margin: 0.25em auto;
    padding: 0;
    border-bottom: 1px solid #d1d3d4;
}
#list li:last-child, #list li.last {
    border-bottom: none;
    padding-bottom: 0.5em;
}
#list li a {
    display: block;
    padding: 0.25em 0;
    width: 100%;
    height: 100%;
}
#list li a i {
    font-size: 80%;
    font-style: italic;
    display: block;
    text-align: right;
    line-height: 1.5;
}
#list li.separator {
    padding: 1.5em 0;
    font-weight: bold;
    text-transform: uppercase;
}
#list li.matched a, #list li.matched a b {
    color: #f60;
    font-weight: bold;
}
#list li.matched:hover a, #list li.matched:hover a b, #list li.matched:focus a, #list li.matched:focus a b {
    color: #000;
}
#list li ul {
    text-indent: 42%;
}
#list li ul li, .zr {
    border-bottom: none;
}
.fx {
    position: absolute;
    top: -4px;
    right: 18px;
    font-size: 150%;
    color: #000;
}
.scroll {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    font-size: 120%;
    padding: 0;
    line-height: 45px;
    text-align: center;
    border: 1px solid #d1d3d4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 0.95;
    filter:alpha(opacity=95);
}
.scroll:hover, .scroll:focus {
    border: 1px solid #0474d6;
    line-height: 30px;
}