/* Styles for RFC translations */


.rfc {
	padding: 1em;
	border: 1px solid;
	margin: 0 0 1em 0;
}


.rfc h3, 
.rfc h4 {
	color: #000;
	background: transparent;
}


.rfc h3 {text-align: center;}

.rfc .intestazione {
	margin: 0;
	width: 100%;
	display: table;
}



.rfc .intestazione .sx,
.rfc .intestazione .dx {
	margin: 0;
	display: table-cell;
	width: 50%;
}

.rfc .intestazione .dx {
	text-align: right;
}



.rfc .special {border: none; margin-top: 0; margin-bottom: 0;}

 





