.cbp-qtrotator {
	position: absolute;
	width: 560px;
	margin-left: 400px;
	margin-left:360px;
	height: 476px;
	

}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	padding: 2em 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-qtrotator blockquote {
	margin: 0;
	
	padding: 0;
	background:#FFF;
}

.cbp-qtrotator blockquote p {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	/* [disabled]margin: 0.4em 0 1em; */
	background: #FFF;
	margin-top:20px;
}

.cbp-qtrotator blockquote footer {
	font-size: 12px;
	background: #FFF;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
	outline-color: #039;
	outline-style: solid;
	outline-width: 2px;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 20%;
	}

	.cbp-qtrotator img {
		width: 400px;
	}

}
