@charset "UTF-8";
/* CSS Document */

.comefunzionaLeft > div:first-child {
	float: left;
	width: 40%;
}

.comefunzionaLeft > div:nth-child(2) {
	float: left;
	width: 50%;
	text-align: left;
}

.comefunzionaRight > div:first-child {
	float: left;
	width: 50%;
	text-align: right;
}

.comefunzionaRight > div:nth-child(2) {
	float: left;
	width: 40%;
}

.comefunzionaLeft strong,
.comefunzionaRight strong {
	font-weight: bold;
	color: #cd093f;
}