@charset "utf-8";
/* CSS Document */

#commento_racc {
	position: relative;
	float:left;
	width: 310px;
	height: 320px;
	border-bottom: 1px solid #7C7C7C;
	overflow-y: hidden;
	margin-left: 40px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	text-align:justify;
	padding:0 0 5px 0;
}

.azatar {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: top;
		    
	-moz-border-radius:999em;  
	-webkit-border-radius:999em; 
  	-o-border-radius: 999em; 
	-khtml-border-radius: 999em;
    border-radius:999em;
	border: 1px solid transparent;
}

.titono {
	font-size:20px;  
	font-weight: bold;
	color:#207AD8;
}
.titono:hover {
	color:#FFF;
}

.titono2 {
	font-size:16px;  
	font-weight: bold;
	color:#207AD8;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
}

.mexage{
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    text-align:justify;
	font-style:italic;
	color:#DBDBDB;
	font-weight:normal;
}

.continua {
	color:rgba(93,162,225,1.00);
}
.continua:hover {
	color:#FFF;;
}

#fondo {
	position: absolute;
	width: 100%;
	bottom:0; 
	left: 0;
    padding: 0;
}

.autore {
	font-size: 20px;
	font-weight: bold;
	color:#207AD8;
}
.autore:hover {
	color:#FFF;;
}

.piccoli {
	font-size:12px; 
	text-transform: capitalize;
	font-weight: normal;
}


#story {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 20px auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	text-align: justify;
	color:#C0C0C0;
	}
#autore {
	border: 1px solid #333;
	max-width: 33%;
	float: left;
	margin: 20px 20px 20px 0;
}
#piccoli .icons {
	font-size:12px; 
	text-transform: capitalize;
	font-weight: normal;
}


#inscomm {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 0 auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	/* background-color: red; */
	}
input[type=text] { }
#comm_testo {
	width: 80%;
	height: 100px;
	float: left;
	vertical-align: top;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	color:#F56A6D;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	background-color: #222;
}
#inscomm input[type=submit] {
	width: 19%;
	height: 100px;
	float: left;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	background-color:#466EB4;
	color: #FFF;
}
#inscomm input[type=submit]:hover {
	background-color: #99B9CB;
}

#comment_list {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 0 auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	
	}
#comment_list ul {
	padding-left: 0;
	list-style: none;
	list-style-position: inside;
}
#comment_list li {
	width: 100%;
	height: auto;
	float: left;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	
}

#commento {
	position: relative;
	float:left;
	width: 360px;
	/* height: 320px; */
	border-bottom: 1px solid #7C7C7C;
	overflow-y: hidden;
	margin-right: 40px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	text-align:justify;
	padding:0 0 5px 0;
}
























@media only screen and (max-width:641px) {
#commento_racc {

	width: 80%;
	height: auto;
	border-bottom: 1px solid #7C7C7C;
	overflow-y: hidden;
	margin: 0 auto 20px auto;
	float: none;
	padding:0 0 5px 0;
}
	#fondo {
		
		position: relative;
		width: 100%;
margin-top:30px;		
	}
	
		#commento { 
		margin: 0 auto 5px auto;
		float: none;
		width: 100%;
	}
	
}