.cbp-qtrotator {
	position: relative;
	float: left;
	margin: 0.5em auto 0.5em auto;
	max-width: 600px;
	width: 100%;
	min-height: 120px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 120px;

	padding: 1em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 165%;
}

.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-qtrotator blockquote {
	margin: 0;
	padding: 0;
	
}

.cbp-qtrotator blockquote p {
    font-size:18px;
    font:15px/26px 'Open Sans', Verdana, sans-serif;

	    color:#333333;
    font-weight:400;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
    font-size:20px;
    font-weight:600;
	color:#333333;
}



.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;
	}

}
