#comm {
	width: 960px; 
	max-width: 100%; 
	margin: 0 auto; 
	padding-top: 10px; 
	padding-bottom: 0px;
	z-index: 1;
}

.testimonial-quote {
    font-size: 16px;
	min-height: 120px;
	max-width: 100%;
	overflow-y: hidden;
	/* overflow-x: auto;*/
	
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: red; /*gray;*/
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    position: relative;
    text-shadow: 0 1px gray;; /* white;*/
    z-index: 1; /*600;*/
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color:#AAAAAA; /* #75808a; */
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #666; /*#81bedb;*/
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}


.testimonial-quote img {
	border: 1px solid #EFEFEF; /* border: 3px solid #9CC1D3; */
    border-radius: 50%;
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 5px; /* -.2em; */ 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color:#FFF; /* #5072C1; /*#5e5e5e;*/
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px gray;
	
}
.testimonial-quote cite span:hover {
color:#fff;
    text-transform: uppercase;
    text-shadow: 0 1px gray;
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}



.testimonial-quote .risposta {
		position: relative;
		font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
		width: 70%;
	margin-top: 50px;
		border-radius: 30px 0;
		background-color:rgba(53,83,124,1.00);
		color:#BDBCBC;
	float: right;
	padding:5px 5px 5px 5px;
	text-align: right;
	}
.testimonial-quote .avat_risposta {
	position: relative;
		width:30px;
		height:30px;
		border-radius: 50%;
		vertical-align: middle;
		/*border:1px solid;
		border-color: #580A0F;*/
		margin-left: 5px;
		margin-bottom: 2px;
		box-shadow: 3px 3px 3px #000;
	float: right;
	display: block;
	}

#dellike {
	width: 100%;
	margin: 0 auto 20px auto;
	display: flex;
	text-align: right;
	z-index: 50;
	text-shadow: none;
}
.mipiace {
	color:green;
	margin-right: 30px;
}
.mipiace:hover {
	color:rgba(255,255,255,1.00);
}
.elimina {
	color:rgba(191,59,61,1.00);
}
.elimina:hover {
	color:rgba(255,255,255,1.00);
}
.mipiace, .elimina {
	font-size: 16px;
	font-weight: bold;
	
}

	.inscom {
		background-color:rgba(63,150,28,1.00);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 30px auto 50px auto;
  cursor: pointer;
		border-radius: 3px;
		z-index: 0;
	}
	.inscom:hover {
		background-color:rgba(131,200,123,1.00);
	}
	.noninscom {
		width: 400px;
		max-width: 90%;
		background-color:#333;
		font-size: 10px;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: none;
  margin: 30px auto 50px auto;
  cursor: pointer;
		border-radius: 3px;
	}
