/**
*
*  Document     : plot.css
*  Created on   : 22 Jun, 2016, 4:45:25 PM
*  Authors      : Pabitra K Jana, Debasish Das Adhikary
*  Organization : IIT Khatagpur
*  
*/

body{
    background: lightblue;   
}
#perceptron-canvas{
                background: white;
            }
            #main-wrapper{   
                margin:0 auto;                
                padding-top: 30px;
                border-radius: 30px;
                //border: 2px solid brown;
                height:520px;
                width: 830px;
                background-color:  burlywood;
            }
            
            #canvas-wrapper{
                float: left;
                border-radius: 25px;
               // border: 2px solid #73AD21;
                padding: 20px; 
                //background-color:  bisque;
            }
            #control-wrapper{

                border-radius: 25px;
                //border: 2px solid #ffAD21;
                padding: 20px; 
                margin-left: 470px;
                height: 422px;
                width  :300px;
               // background-color:  coral;

            }
            #heading{
                text-align: center;
                font-size: 30px;
                //background-color:  burlywood;
            }

#perceptron-canvas{
     width:420px;
     height:420px;
     background: #fff;
     magrin:20px;
}
