body {
	min-width:0;
}

#eventi-container {
	width:100%;
}

#eventi-container > header {
	padding:3px 0;
	text-align:center;
}

#eventi-container > header > h1 {
	font-size:90%;
}

#eventi-container > header > h1 > a {
	color:white;
	text-decoration:none;
}

.box-evento {
	width: 100%;
	border-bottom:1px dotted #CCC;
	padding:4px 0;
	height:75px;
}

.box-evento > figure {
	width:40%;
	float:left;
	height:72px;
	padding-top:3px;
	text-align:center;
}

.box-evento > figure > a > img{
	width:100%;
	max-width:125px;
}

.box-evento > .details-evento {
	width:60%;
	float:left;
	height:75px;
}

.data-evento {
	color:#4F4D4D;
	font-size:11px;
	height:14px;
}

.titolo-evento,
.description-evento,
.data-evento {
	padding:0 5px;
}

.titolo-evento {
	height:15px;
}

.titolo-evento > h2 {
	font-size:12px;
	height:15px;
}

.titolo-evento > h2 > a {
	text-decoration: none;
	height:15px;
	display:block;
}


.description-evento > p {
	font-size:11px;
	line-height: 11px;
	height:30px;
}

#no-eventi {
	margin-top:15px;
}

#no-eventi > p {
	padding-top:10px;
	font-size:14px;
}

#no-eventi > p > a{
	text-decoration: underline;
}