Template:Autore/styles.css

.boxAutore {
	background-color: #E0F0F0;
	padding: .5em;
	padding-top: .7em;
	border-radius: 5px;
	box-shadow: 0.2em 0.3em 0.2em rgb(183, 183, 183);
}
.references {
	margin-top: 10px;
}
.controlloAutorita {
	float: right;
	clear: right;
	width: 198px;
	border: 1px solid #a2a9b1;
	padding: 5px;
	margin: 1em 0 3.3em 1em;
	background-color: #f8f9fa;
}
@media only screen and (max-width: 600px) {
	.controlloAutorita {
		width: initial;
		float: initial;
		margin: 1em 0;
	}
	.boxAutore figure {
		float: initial !important;
    	display: block;
    	text-align: center;
	}
}
.controlloAutoritaTitle {
	text-align: center;
	font-weight: bold;
	background: #ccf;
	padding-left: 0.5em;
	white-space: nowrap;
}