
body {
    margin: 0;

    background-color: none;
}
div#page {
    width: 940px;
    padding: 1px 20px;
    margin: 0 auto;

    background-color: #fff;
}
div#article-back-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;

    height: 30px;

    border: 1px solid #003c72;
    background-color: #f5f5f5;
}
div#article-back-bar a {
    display: block;
    float: left;
}
div#article-back-bar img {
    display: block;

    border: medium none;
}
div#article-back-bar .logo {
    border-right: 1px solid #003c72;
}
div#article-back-bar .text {
    height: 30px;
    padding: 0 20px;

    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    text-decoration: none;
    text-transform: uppercase;

    color: #003c72;
}
td.debugheader {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .9em;

    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #eee;
}
pre.debugtransaction {
    background-color: #f8f6d8;
}
p.comment {
    display: block;
    padding: 4px;
    margin: 4px;

    font-weight: bold;

    border: 2px dashed;
    background-color: #ff0;
}
td.ezsetup_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;

    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #eee;
}
td.ezsetup_req {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
}
.ezsetup_critical {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;

    color: #f00;
    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #eee;
}
.ezsetup_uncritical {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;

    color: #e2a31d;
    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #eee;
}
.ezsetup_pass {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;

    color: #00b500;
    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #eee;
}
div.debug-toolbar label {
    font-weight: normal;
}
#debug {
    padding: .3em;

    text-align: left;

    border-top: 1px dashed black;
    background-color: #fff;
}
#debug table {
    border-collapse: collapse;
}
#timingpoints,
#timeaccumulators,
#debug_resources,
#debug_includes,
#debug table.debug_resource_usage {
    border: 1px dashed black;
}
#debug table tr.group td {
    padding-top: .7em;

    font-size: .95em;
}
#debug table tr.group td:first-child {
    padding-left: .2em;

    font-size: 1em;
}
#debug table tr.data td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .95em;

    border-top: 1px solid #448;
    border-bottom: 1px solid #448;
    background-color: #fff;
}
#debug table tr.data:nth-child(2n+1) td {
    background-color: #eee;
}
#debug table + h2,
#debug table + h3 {
    margin-top: 1em;
}
#debug table.debug_resource_usage th + th,
#debug table.debug_resource_usage td + td,
table#timeaccumulators th + th,
table#timeaccumulators td + td,
table#timingpoints th + th,
table#timingpoints td + td,
table#debug_resources td,
table#debug_includes td {
    padding: .25em .5em;
}
#debug th {
    text-align: left;
}
#debug span.debuginfo::after {
    width: 10px;
    height: 10px;
    padding: 0 5px;
    margin-left: 5px;

    font-size: 10px;
    line-height: 10px;

    content: "i";

    opacity: .6;
    color: #23a4f5;
    border: 2px solid #23a4f5;
    border-radius: 10px;
}
#debug span.debuginfo:hover::after {
    opacity: 1;
}
#templateusage tr.data td:first-child,
#templateusage tr.data td:nth-child(n+5) {
    text-align: center;
}
#debug tr.notice td.debugheader span {
    color: green;
}
#debug tr.warning td.debugheader span {
    color: orange;
}
#debug tr.error td.debugheader span {
    color: red;
}
#debug tr.debug td.debugheader span {
    color: brown;
}
#debug tr.timing td.debugheader span {
    color: blue;
}
#debug tr.strict td.debugheader span {
    color: purple;
}



#page {
    padding-bottom: 20px;
}
label {
    position: relative;

    display: inline-block;
    padding-left: 28px;
    margin-right: 12px;

    font-size: 16px;
    line-height: 22px;

    cursor: pointer;
    /*font-weight: bold;*/
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
label:before {
    position: absolute;
    top: -1px;
    bottom: 1px;
    left: 0;

    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;

    font-weight: normal;

    content: "";

    border: #dfdfdf 2px solid;
    border-radius: 10px;
    background-color: #fff;
    /*box-shadow: inset 0px 2px 3px 0px #10758C;*/
}
.radio label:before {
    border-radius: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type=radio]:checked + label:before {
    font-size: 32px;
    line-height: 20px;

    content: "\2022";
    text-align: center;

    color: #0168b5;
    background: #0168b5;
}
input[type=checkbox]:checked + label:before {
    /*text-shadow: 1px 1px 1px #10758C;*/
    font-size: 24px;
    line-height: 24px;

    content: "\2713";
    text-align: center;

    color: #f3f3f3;
}
.image input[type=checkbox]:checked + label:before {
    content: url( /content/download/1762/7733/file/checkmark.png );
}
