.testo {
	color:red; 
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	}
.testoIn {
	color:blue; 
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	}	
	
	
#container {
	width:820px; 
	height:800px; 
	background-color: #6FF;
	border-radius: 12px; /* Bordi arrotondati */
	box-shadow: 8px 0px 15px rgba(0, 0, 0, 0.3); /* Ombra sulla destra */
	overflow: hidden; /* Per evitare che i contenuti escano dai bordi */
}

#containerDivs {
	width:800px; 
	height:650px; 
	background-color:#6FF;
	}	
#pdfViewer {
	width: 770px; 
	height: 550px; 
	float:left; 
	overflow:auto; 
	margin:10px;
	}	
#containerText {
	width: 800px; 
	height: 560px; 
	background-color: #6FF;
	}	
#translatedText {
	width: 240px; 
	height: 500px; 
	background-color: #9FC; 
	padding: 10px; 
	display:none; 
	overflow:auto;
	float:left;
	}	
#status {
	width:800px; 
	height:20px; 
	background-color:#6FF;
	}	
#controls {
	display:block; 
	float:left; 
	width:800px; 
	height:100px; 
	margin-top:5px;
	margin-left:30px;
	}	