.clsTestimonial {
   border: 1px solid silver;
   margin-top: 10px;
   margin-bottom: 15px;
   padding: 0 20px 20px 20px;
}
.clsTestimonial h5 {
   margin: 0 20px 0px 0px;
   text-align: center;
}
.clsTestimonial h5 img {
   margin: 12px 0 0 0;
   border-color: silver;
}
.clsTestimonial a {
   text-decoration: none;
}
.clsTestimonial h2 {
   margin: 20px;
   text-align: center;
}
.clsFPTContent {
   margin: 10px 0;
}
.testimonil-table td {
	vertical-align: top; 
	font-weight: bold;
}
textarea#txtExcerpt {
	width: 350px; 
	height: 50px;
}
textarea#txtText {
	width: 350px; 
	height: 150px;
}
h5.byline {
   text-align: left;
   margin: 0;
   padding: 0;
}

/* Testimonial slider */

.fv-testimonials-shortcode.slideshow {
    margin: 0 auto;
    min-height: 200px;
    position: relative;
    max-width: 800px;
   display: block;
}
.fv-testimonials-shortcode.slideshow .slide {
   position: absolute;
   width: 800px;
   max-width: 100%;
   display: none;
}
.fv-testimonials-shortcode.slideshow p {
   margin: 0 auto;
   max-width: 800px;
}

/* 3 default templates */
.fvt-links {
	list-style: none;
	margin: 0 0 24px !important;
	padding: 0 !important;
}
.fvt-links li {
	list-style-type: none !important;
}
.fv-testimonials-shortcode .fvtestimonial {
	display: block;
	width: 100%;
	margin: 0 0 24px;
}
.fv-testimonials-shortcode .fvtestimonial.one-third {
	display: inline-block;
	margin: 0 0 24px 2.564102564102564%;
	width: 31.623931623931625%;
	float: left;
}
.fv-testimonials-shortcode .fvtestimonial.one-third:first-child {
	margin-left: 0;
}
.fv-testimonials-shortcode .fvtestimonial.one-third a,
.fv-testimonials-shortcode .fvtestimonial.one-third a:hover {
	color: #000;
	text-decoration: none;
}
.fv-testimonials-shortcode .fvtestimonial.fvt-sidebar {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}
.fvt-main {
	clear: both;	
	margin-bottom: 24px;
	padding-bottom: 2px;
}
.fvt-main:before,
.fvt-main:after {
	content: "";
	display: table;
}
.fvt-main:after {
	clear: both;
}
.fvt-main .fvt-thumb {
	float: left;
	width: 30%;
}
.fvt-main .fvt-content {
	float: right;
	width: 68%;
}

/* Author Box */
.fvt-article-bio {
	background-color: #f8f8f8;
	padding: 15px;
	min-height: 150px;
	display: block;
}
.fvt-article-bio .fvt-thumb {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 60px;
	margin-right: 15px;
}
.fvt-article-bio .fvt-content {
	font-size: 90%;
	line-height: 1.2;
}
.fvt-article-bio .fvt-content p {
	margin-bottom: 6px;
}
.fvt-article-bio .fvt-author-name {
	margin-bottom: 6px;
	font-size: 18px;
	font-size: 1.8rem;
}

/* Media Queries */
@media only screen and (max-width: 800px) {
	.fv-testimonials-shortcode .fvtestimonial.one-third {
		width: 100%;
		float: none;
		margin: 0 0 24px;
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.fvt-main .fvt-thumb,
	.fvt-main .fvt-content {
		float: none;
		width: 100%;
	}
}
