﻿.debugContainer      
{
    background-color: #ffffff;     
    font-size: 10px;    
    border: solid 1px red;
    color: #000000;
    width: 300px;
    height: 500px;
    overflow: auto
}

.debugWatchContainer      
{
    background-color: #ffffff;     
    font-size: 10px;    
    border: solid 1px red;
    color: #000000;
    width: 600px;
    height: 200px;
    overflow: auto
}