.cbp-qtrotator {
	position: relative;
	margin: 2em auto 1em auto;
	max-width: 800px;
	width: 80%;
	
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	
	padding: 1em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none; 
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	height: 3px;
	width: 0%;
	top: 0;
	z-index: 1000;
	background-color: #5FABCC;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-family: "Lora", Palatino, "Times New Roman", serif; 
	font-size: 1.2rem;
	color: #fff;
	font-weight: 300;
	text-align:center;
	
}
.cbp-qtrotator p {font-family: "Lora", Palatino, "Times New Roman", serif;  font-size: 1rem;}
.cbp-qtrotator cite {
	font-family: "Lora", Palatino, "Times New Roman", serif; 
	font-size: 1rem;
	color: #fff;
	font-weight: 300;
	text-align:center;
	width:100%;
	
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}


