@charset "UTF-8";
html {
	height: 100%;
  }
  
  body {
	height: 100%;
	margin: 0;
  }
  
#blocklyTdID{
	/*resize: both;*/
	overflow: hidden;
}
.colClass1{
	height:30px;
}

#mainText{
	padding-top:10px;
	margin-top:50px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:80px;
	background-color: #adf;
}

#runButton{
	background-color: green;
	font-size: 150% ;
	color: #fff;
	border-radius: 5px;
}
#loadButton{
	background-color: mediumspringgreen ;
	font-size: 80%;
	border-radius: 3px;
}
#saveButton{
	background-color: greenyellow ;
	font-size: 80%;
	border-radius: 3px;
}
#SidePreview{
	padding-left: 5px;
	vertical-align:top;
	text-align:left;
	/*overflow-y:scroll;*/
	word-wrap: break-word;
}

#UnderPreview{
	padding-left: 5px;
	vertical-align:top;
	text-align:left;
	/*overflow-y:scroll;*/
	word-wrap: break-word;
}

#scale_icon{
	position:absolute;
    z-index: 9999;
	cursor:pointer;
	
}