
.testimonial{
	margin-bottom: 40px;
}

.testimonial-section-1 {
	width: 100%;
	height: auto;
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #fff;
}

.testimonial-section-2 {
	width: 100%;
	height: auto;
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #fff;
}

.testimonial-section-1:after {
	top: 100%;
	left: 50px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}

.testimonial-section-2:after {
	top: 100%;
	right: 50px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}

.testimonial-desc-1 {
	margin-top: 20px;
	text-align: left;
	padding-left: 15px;
	}

.testimonial-desc-2 {
	margin-top: 20px;
	text-align: right;
	padding-right: 15px;
	}
	
.testimonial-writer{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
		
.testimonial.testimonial-primary-filled{}

.testimonial.testimonial-primary-filled .testimonial-section-1
{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}

.testimonial.testimonial-primary-filled .testimonial-section-2
{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}

.testimonial.testimonial-primary-filled .testimonial-section-1:after
{
	border-top-color: #337AB7;
}

.testimonial.testimonial-primary-filled .testimonial-section-2:after
{
	border-top-color: #337AB7;
}

.testimonial.testimonial-primary-filled .testimonial-desc{}

.testimonial.testimonial-primary-filled .testimonial-writer-name
{
	color: #337AB7;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
	font-size:16px;
}

th, td {
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #f2f2f2
}




