﻿/*
 * Debug info
 * 
 * */

.debugContainer{
    overflow: hidden;
    padding: 10px;
    background: #000;
}

.debugBox {
    float: left;
    clear: left;
    overflow: hidden;
    width: 98%;
    margin: 0 0 10px;
    padding: 0.5% 1%;
    background: #efefef;
}

.debugBox .head {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 12px;
    border-bottom: dotted 1px #000;
}

.debugBox .cont {
    float: left;
    clear: both;
    font: normal 11px tahoma!important;
}

.debugBox pre {
    font: normal 11px tahoma!important;
}