
/*Testimonial box and font style and colours*/
.testimonial {
padding: 20px 25px;
background-color: #f2f2f2; /*Change colour here and in .arrow-down*/
float: left;
font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
color: #53646d;
text-shadow: 1px 1px 0 #ffffff;
/*Uncomment to add round corners*/
/* -moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; */
}
/*Author section wrapper*/
.author-wrapper {
width: 50%;
margin-bottom: 20px;
float: left;
}
/*This creates the arrow with no need for an image, thanks to css-tricks.com*/
.arrow {
float: left;
margin-left: 25px;
width: 0;
height: 0;
border-top: 30px solid #f2f2f2; /*Change colour here to match .testimonial*/
border-left: 30px solid transparent;
border-right: 0px solid transparent; /*Make this 30px to create a triangle*/
}
/*Author Name*/
.testimonial-name {
float: left;
margin: 0 8px;
color: #1e4673;
padding-top: 5px;
font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/*Author Job Title*/
.testimonial-name span {
color: #53646d;
font-weight: normal;
}




.testimonialJPN { 
	width: 80%;
	margin: 0; background: #B7EDFF;     
	padding: 10px 50px;     
	position: relative;     
	font-family: Georgia, serif;     
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;     
	background-image: linear-gradient(#CEF3FF, #B7EDFF); 
} 
.testimonialJPN:before, .testimonialJPN:after {     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; } 

.testimonialJPN:before {     
	top: 0;     
	left: 10px; } 

.testimonialJPN: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 #B7EDFF;     
	margin: 0 0 0 25px; } 

.testimonialJPN-author {     
	margin: 0 0 0 25px;     
	font-family: Arial, Helvetica, sans-serif;     
	color: #999;     
	text-align:left; } 

.testimonialJPN-author span{     
	font-size: 12px;     
	color: #666; }
/* - See more at: http://www.siteart.co.uk/pretty-css-testimonials#sthash.d1Fgnogl.dpuf*/

