/**
 * 
 *  Document     : style.css
 *  Created on   : 20 Jun, 2016, 4:45:25 PM
 *  Author       : Pabitra K Jana
 *  Organization : IIT Kharagpur
 *  
 */
#main-wrapper{    
    border-radius: 5px;    
    background-color: lightgrey;
    width: 1200px;
    height: 625px;
    padding: 5px;
    border: 2px solid navy;
    /*margin: 10px;*/
    margin: 0 auto;
}
#canvas2d-wrapper{
    float: left;
    width: 850px;
}
#canvas2d-title, #controller-title{
    height: 25px;
    color: #638EA8;
    background-color: #E4EAED;    
    border-top: 1px #85A8C2 solid;
    border-right: 1px #85A8C2 solid;
    border-bottom: 1px #85A8C2 solid;
    border-left: 1px #85A8C2 solid;    
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}
#canvas2d-view{
    background-color: #ffffff;
    height: 600px;   

}
#controller-wrapper{
    padding-left: 855px;
}

#controller-view{
    height: 600px;
	
}

