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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
textarea
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: inherit;
    direction: ltr;
    color: inherit;
}

html, body 
{
    font-size: 11px;
    line-height: 18px;
    height: 100%;
    min-height: 100%;
    background-position: center;
}

body, span, input, select, label, a, div, th, td
{
    font-family: tahoma, arial, Helvetica, sans-serif;
    text-align: left;
    color: #52697E;
    line-height: 18px;
}
html
{
    width: 100%;
    overflow: auto;
    overflow-y: scroll;
}

body
{
    background-image: url('//img.rating-widget.com/rw.bkg.gif');
    #overflow: none;
}

input, label
{
    cursor: pointer;
}

body, p, dl, form, div, button,
input[type="radio"],
input[type="checkbox"]
{
    margin: 0;
    padding: 0;
}

b, strong { font-weight: bold; }
i { font-style: italic; }

table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr, acronym
{ 
    border: 0;
}

caption, th
{
    text-align: left;
}

a, a span
{
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 26px;
    margin: 0.83em 0px;
}

h3 
{ 
    color: green; 
    font-size: 12px; 
    font-weight: bold; 
}

.rw-no-float { float: none !important; }

/* Code (JS + HTML)
-----------------------------------------------------*/
code, code span,
.rw-code, .rw-code span
{
    color: black;
    font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
    font-size: 12px;
}
code .com { color: gray; }
code .elm { color: darkOrange; }
code .attr { color: red; font-weight: bold; }
code .attr-val { color: blue; }
code .js .word, code .word { color: darkBlue; font-weight: bold; font-style: italic; }
code .js .str, .rw-code.js .str, code .str { color: green; }
code .js .type, .rw-code.js .type, code .type { color: darkBlue; }
code .const { color: fuchsia; }
code .js .def, .rw-code.js .def { display: block; margin-left: 10px; }
code .member { color: purple; }
code.tab1, code .tab1 { margin-left: 10px; }
code.tab2, code .tab2 { margin-left: 20px; }
code.tab3, code .tab3 { margin-left: 30px; }
code.tab4, code .tab4 { margin-left: 40px; }
code.tab5, code .tab5 { margin-left: 50px; }
code.tab6, code .tab6 { margin-left: 60px; }