@charset "utf-8";

/* CSS Document */

#testo-indicearticoli {

    margin-top: 0;

    padding: 150px 0 0 0;

}

.rivista_contenuti {

	padding-bottom:40px;

}

#hr {

    border-bottom: 4px solid #cc0001;

    padding: 0 0 100px 0;

    margin:0;
margin-bottom:40px;
}

#hr h4{padding: 0 0 5px;clear:both;}

#hr div.bot1 {
	position: relative;
	display:inline;
	clear: both;
	font-size:70%;
	width: 100%;
float: left;

}
#hr div.bot2  {
	position: absolute;
	top: 0;
	right: 3%;
	font-size:120%;
}

#hr form{

	display:inline-block;

	margin:0;

	overflow:hidden;
width: 58%;
	padding:2%;
    clear: both;
background-color:#E7E7E7;

	font-size:120%;
	}

#hr form div{

	display:inline-table;
	margin-right: 20px;

	padding:0 0 10px 0;

	background:transparent;

	}

#hr form input, #hr form select {
	font-size:100%;

	padding:4px;

	line-height:1.4;
    float: none;

	}
#hr form label {
	display: block;
	width: auto;
    max-width:160px;
    float: none;
    margin: 0;
    font-size: 120%;
}
	#mainSelection {

		max-width:200px;

	}

#hr img {

	width:100%;

	}
#hr div img {

	width:96px;
	margin-right: 10px;

	}

div.hr_contenuti p{padding-bottom:15px;clear:both;}

div.hr_contenuti p.area{margin-bottom:15px;border-bottom:1px solid #cc0001;}

div.hr_contenuti p span{font-weight:bold;display:block;font-style:normal;}

div.hr_contenuti p span.autore{font-weight:bold;display:block;font-style:normal;color:#505050;}

div.hr_contenuti p a{display:block;font-style:normal;}


@media only screen and (max-width:768px)  {
	
#testo-indicearticoli {
    padding: 0 20px;
	text-align:left;
	font-size:90%;

}
	#hr form {
		width: 96%;
		display: inline-block;
	}
	.bot1 img, .bot2 {
		display: none;
	}
}