<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.annunci img {
	width: 20%;
	margin: 2%;
	border: 1px solid #000;
}
.annunci {
	background-color: #eee;
	padding: 12px;
	color: #999;
}
@media only screen and (max-width: 600px) {
	.annunci img {
		width: 80%;
		margin: 8%;
		border: 1px solid #000;
	}
	.annunci-search.annunci {
		display: none;	
	}
}

.footer-widgets .widget-title {
	color: #222;
	font-family: Open Sans Condensed;
    font-weight: 800;
    font-style: normal;
	padding-bottom: 25px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
    line-height: 20px;
}</pre></body></html>