 
/* Style for QuestionarioANTR admin tables 
.pg-admintable {
	width: 100%;
    border-collapse: collapse;
	border: thin outset;
	padding: 4px;
	border-width: 1px;
}

.pg-admintable tr.pg-even {
	background-color: none;
}

.pg-admintable tr.pg-odd {
	background-color: #eee;
}

.pg-admintable td, th{
	border: thin inset;
	padding: 6px;
	border-width: 1px;
}	 */


.questionario td.titolo {
	background-color: #C0C0C0;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px; 
}

.questionario td {
	font-size: 11px;
}

.questionario td div {
	font-size: 10px;
}
.questionario td div span {
	white-space: nowrap;
	border-bottom: dotted 1px gray;
}


div#reportTabella, div#reportGrafico, div#reportCommento, div#reportOsservazioni {
	overflow: auto;
}
