html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

body	{
	margin:0;
	}

#spazioconsegna
	{
	overflow:hidden;
	width:100%;
	padding:10px 0px 5px 10px;
	background-color:lightblue;
	font-family: consolas,"courier new",monospace;
	}

#tastomodifica
	{
	text-decoration:underline;
	cursor:pointer;
	font-weight:900;
	color:blue;
	}

#separatorecolonne
	{
	position:absolute;
	cursor: col-resize;
	z-index:3;
	padding:5px;
	}

#divscomparsa
	{
	display:none;
	top:0;
	left:0;
	width:100%;
	position:absolute;
	height:100%;
	z-index:4;
	}

#corpocontenitore
	{
	background-color:lightblue;
	width:100%;
	overflow:auto;
	position:absolute;
	bottom:0;
	top:200px;
	height:auto;
	}

#areadelcodice
	{
	float:left;
	height:100%;
	width:50%;
	}

#areadellarisposta
	{
	float:left;
	height:100%;
	width:50%;
	}

#areadellascrittura
	{
	height:100%;
	width:100%;
	padding: 10px 5px 10px 10px;
	overflow:auto;
	}

#risposta	{
	height:100%;
	width:100%;
	padding: 10px 10px 10px 5px;
	}

#scritturainterno
	{
	width:100%;
	height:100%;
	background-color: #ffffff;
	position:relative;
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}

#rispostainterno
	{
	width:100%;
	height:100%;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}

#codice
	{
	 background-color: #ffffff;
	font-family: consolas,"courier new",monospace;
	font-size:14px;
	height:100%;
	width:100%;
	padding:8px;
	resize: none;
	border:none;
	line-height:normal;    
	}

#risultatorisposta
	{
	background-color: #ffffff;
	height:100%;
	width:100%;  
	}