/*
    Design CSS For jReject Index Page
    Steven Bower (cc) 2009
    TurnWheel Designs http://turnwheel.com
    jReject: http://jreject.turnwheel.com
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font: small "Trebuchet MS", Tahoma, Verdana, Arial;
    margin-left: 3px;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    padding: 10px 0px;
    font-size: 1.5em;
}
h2 {
    padding: 10px 0px;
    font-size: 1.3em;
}
p {
    padding: 10px;
}
ul {
    list-style: none;
    margin-left: 5px;
}
ul li {
    margin-left: 5px;
}
pre {
    font-size: 1em;
}
code {
    display: block;
    font-family: monospace;
    background: #CCC;
    color: #000;
    font-size: 1em;
}
acronym {
    border-bottom: 1px dashed #000;
    cursor: help;
}

#documentation {
    margin-left: 10px;
    width: auto;
}

.example {
    margin: 10px 0;
    padding: 5px;
}
.example h3 {
    display: inline;
}
.example a.demo {
    color: #333;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}