.feedbackContainer{
	width: 100% !important;
	height: 72px;
	margin-left: 0px !important;
	text-align: center;
	position: absolute;
	bottom: 0;
}
/*.bannerFeedback > div{
	width: 80%;
	margin-left: 10%;
}*/
.feedbackContainer .correctFeedbackBanner, .feedbackContainer .incorrectFeedbackBanner, .feedbackContainer .finalFeedbackBanner{
	margin-top: 13.5px;
	height: 45px;
	min-width: 200px;
	/*max-width: 94%;*/
	display: -webkit-inline-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -ms-inline-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: -moz-inline-box;
	-moz-box-align: center;
	-moz-box-pack: center;
	direction: ltr;
	position: relative;
}
.bannerFeedback .feedbackContainer .checkBtn, .bannerFeedback .feedbackContainer .tryAgainBtn{
	position: absolute;
	margin-right: 8px;
	width: 150px;
	font-size: 30px;
	right: 0px;
	z-index: 99999;
}
.bannerFeedback .feedbackContainer .tryAgainBtn{
	background-color: #D10000;
}
.bannerFeedback .correctFeedbackBanner, .bannerFeedback .incorrectFeedbackBanner, .bannerFeedback .finalFeedbackBanner{
	display: block;
}
.bannerFeedback .correctFeedbackContainer, .bannerFeedback .incorrectFeedbackContainer, .bannerFeedback .finalFeedbackContainer {
	width: 150px;
	height: 280px;
	position: absolute;
	left: 0px;
	top: -296px;
}
.bannerFeedback .correctFeedbackCallout, .bannerFeedback .incorrectFeedbackCallout, .bannerFeedback .finalFeedbackCallout{
	width: 150px;
	height: 177px;
	background-image: url(../../images/feedback/callOut.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.bannerFeedback .correctFeedbackAvatar, .bannerFeedback .incorrectFeedbackAvatar, .bannerFeedback .finalFeedbackAvatar{
	width: 120px;
	height: 189px;
	background-image: url(../../images/feedback/boy.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 110px;
	left: 15px;
}
.bannerFeedback .correctFeedbackBanner p, .bannerFeedback .incorrectFeedbackBanner p, .bannerFeedback .finalFeedbackBanner p{
	color: #000000;
	height: 90px;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 1.3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	-ms-flex-wrap:wrap;	
}
.bannerFeedback .incorrectFeedbackBanner p, .bannerFeedback .finalFeedbackBanner p{
	background-color: transparent;
}
.bannerFeedback .correctFeedbackBanner p{
	background-color: transparent;
}
.bannerFeedback .feedbackContainer .feedbackReloadButton, .bannerFeedback .feedbackContainer .feebackIncorrectIcon{
	display: none;
}
.bannerFeedback .feedbackContainer .feebackCorrectIcon{
	background-image: none;
}
.correctFeedbackBanner p, .incorrectFeedbackBanner p, .finalFeedbackBanner p{
	padding-left: 45px;
	padding-right: 35px;
	font-size: 18px;
	color: white;
	/*line-height: 20px;*/
	line-height: 18px;
	text-align: center;
	direction: ltr;
	margin-left: 20px;
	margin-right: 25px;
	height: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	align-items: center;
	display: -ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}
.incorrectFeedbackBanner p, .finalFeedbackBanner p{
	background-color: #D10000;
}
.correctFeedbackBanner p{
	background-color: #00B700;
}
.feedbackContainer .checkBtn, .feedbackContainer .tryAgainBtn{
	display: inline-block;
	margin-top: 5.5px;
	height: 60px;
	width: 100px;
	line-height: 61px;
	font-size: 22px;
	color: white;
	background-color: #58CCB4;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	padding-left: 0;
	padding-right: 0;
	transition: background-color 0.5s;
}	
.feedbackContainer .checkBtn:hover, .feedbackContainer .tryAgainBtn:hover{
	background-color: #F19623;
}
.feedbackContainer .feedbackReloadButton{
	/*background-image: url('../../images/reload.png');*/
	width: 61px;
	height: 61px;
	/*margin-left: -34px;*/
	margin-top: -8px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}
.feedbackContainer .feebackIncorrectIcon{
	/*background-image: url('../../images/wrongIcon.png');*/
	width: 61px;
	height: 61px;
	margin-top: -8px;
	position: absolute;
	/*right: -40px;*/
	right: 0px;
	top: 0px;
}
.feedbackContainer .feebackCorrectIcon{
	/*background-image: url('../../images/rightIcon.png');*/
	width: 61px;
	height: 61px;
	margin-top: -8px;
	position: absolute;
	/*right: -40px;*/
	right: 0px;
	top: 0px;
}