/* Enter Your Custom CSS Here */
.mm-cancel-membership-button, .mm-cancel-subscription-button 
{ 
display: none;
}

.testimonial { 
	margin: 0; background: #23434C;     
	padding: 10px 50px;     
	position: relative;     
	font-family: Georgia, serif;     
	color: #D2E2EF;     
	border-radius: 5px;     
	font-style: italic;     
	
	background-image: linear-gradient(#14966B, #23434C); 
} 

.testimonial:before, .testimonial:after {     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #D2E2EF;     
	font-style: normal; 
} 

.testimonial:before {     
	top: 0;     
	left: 10px; 
} 

.testimonial:after {     
	content: "\201D";     
	right: 10px;     
	bottom: -0.5em; 
} 

.arrow-down {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;
	border-top: 15px solid #23434C;     
	margin: 0 0 0 25px; 
} 

.testimonial-author {     
	margin: 0 0 0 25px;     
	font-family: Arial, Helvetica, sans-serif;     
	color: #999;     
	text-align:left; 
} 
	
.testimonial-author span {     
	font-size: 12px;     
	color: #666; 
}

.mm-prices {
	width:130px;
	float:left;
	display:block;
	padding:0;
	font-weight:bold;
	font-size: 1.5em;
}

.total-price {
	width:130px;
	float:left;
	display:block;
	padding:0;
	font-weight:bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.mm-productDesc {
	font-style: normal !important;
	font-size: 1.2em;
	font: Georgia, "Times New Roman", Times, serif;
}
