.jmm-testimonials .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.jmm-testimonials.default {
	margin-bottom: 0;
	text-align: center;
}

.jmm-testimonials.default.indicators {
	padding-bottom: 40px;
}

.jmm-testimonials.default .jmm-comment {
	line-height: 1.7;
}

.jmm-testimonials.default .jmm-author {
	position: relative;
	margin-top: 30px;
	color: #444;
}

.jmm-testimonials.default .jmm-author:before {
	content: '~';
}

.jmm-testimonials.default .carousel-indicators {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.jmm-testimonials.default .carousel-indicators li {
	margin: 0 3px;
	width: 7px;
	height: 7px;
	border: 1px solid #444;
	background-color: transparent;
	cursor: pointer;
}

.jmm-testimonials.default .carousel-indicators li:hover,
.jmm-testimonials.default .carousel-indicators .active {
	background-color: #222;
}
