.cbp-qtrotator {
	position: relative;
	margin: 0.6em;
	max-width: 600px;
	width: 100%;
	min-height: 150px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 150px;
	border-top: 3px solid #f4f4f4;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 95%;
}
.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:after {
	clear: both;
}

.cbp-qtprogress {
	
	position: absolute;
	left: 0%;
	background: #47a3da;
	height: 3px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0 1em;
	background: none;
	border: none;
}

.cbp-qtrotator blockquote p {
	font-size: 1.3em;
	line-height:1.3em;
	text-align:justify;
	color: #fff;
	font-weight: 300;
	margin: 0.7em 0;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
	line-height:1.2em;
	font-style:normal;
	color: #fff;
}

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

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

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
