.cbp-qtrotator {
	position: relative;
	margin: 1em auto 1em auto;
	max-width: 100%;
	width: 100%; 
	overflow:hidden;
	/* min-height: 400px; */
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
/* 	min-height: 200px; */
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 0.5em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

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

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

.cbp-qtrotator:hover {
	background: #FEFDE2;
}

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

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

.cbp-qtprogress {
	position: absolute;
	background: #ccc;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

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

.cbp-qtrotator blockquotedyn p {
	font-size: 1em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 0.5em;
}

.cbp-qtrotator blockquotedyn footer {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	color:  #0A777D;
}

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

.cbp-qtrotator .cbp-qtcontent img {
float: right;
/*	margin-left: 3em; */
padding-bottom: 1em;
}

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

	.cbp-qtrotator {
		font-size: 0.9em;
	}

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

}
