/* 
    Created on : 05.12.2015, 12:53:46
    Author     : Den
    Desc: temporary styles for debug. Remove in production
*/

#debug_win{
    font-family: 'Courier New';
    
    width:900px;
    position:fixed;
    left:5px;
    bottom:40px;
    border:1px solid #999999;
    height: 700px;    
    max-width:900px;    
    z-index:9999;    
}
#debug_win > textarea{
    font-size:15px;
    overflow: auto;
    color: #55bb66;
    padding:3px;
    background:black;
    width: 100%;
    height: 100%;
}
#debug_win > .close_debug{
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    font-family: 'Arial';    
    padding: 0px 5px;
    border-radius: 12px;
    background-color: tomato;
    font-weight: bold;
    cursor: pointer;
     z-index:9999; 
}
