html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#top{
    height:70px;
    background: #f9f9f9;
  }
  
#container{
    width: 100%;
    height: 80%;
    white-space: nowrap;
    overflow: hidden;
}

#editor{
    height: 100%;
    width: 50%;
    display: inline-block;
}


#iframe{
    height: 100%;
    width: 49%;
    display: inline-block;
    overflow: scroll;
    padding-left: 5px;
    padding-right: 10px;
}
 #bottom{
    height:8%;
    background-color:#ccc8c8;
    margin-bottom:0px;
 }
 
 #logo{
   text-decoration: none;
   color: #5a578f;
   font-size:30px;
   margin-left:10px;
 }
 