body {
    padding-top: 70px;
}

table, td{
    font:100% Arial, Helvetica, sans-serif;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
td{background:#e5f1f4;}
/* tablecloth styles */
tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}


th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}


td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}


/* use this if you want to apply different styling to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}




.margin-custom-bottom0{
    margin-bottom:0px;
    padding: 0px 0px;
}
.margin-custom-top10{
    margin-top: 10px;
}


div.console { font-size: 14px; word-wrap: break-word;}
div.console div.jquery-console-inner
{ width:100%; height:400px; background:#333; padding:0.5em;
    overflow:auto }
div.console div.jquery-console-prompt-box
{ color:#fff; font-family:monospace; }
div.console div.jquery-console-focus span.jquery-console-cursor
{ background:#fefefe; color:#333; font-weight:bold }
div.console div.jquery-console-message-error
{ color:#ef0505; font-family:sans-serif; font-weight:bold;
    padding:0.1em; }
div.console div.jquery-console-message-value
{ color:#1ad027; font-family:monospace;
    padding:0.1em; }
div.console div.jquery-console-message-type
{ color:#52666f; font-family:monospace;
    padding:0.1em; }
div.console span.jquery-console-prompt-label { font-weight:bold }