#QuizProgress .quiz-answers-container{
	padding: 7px;
}
#QuizProgress .vq-template{
	border: none !important;
	margin-top: 20px;
}
#QuizProgress .quiz-answer{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ddd;
	color: rgba(43, 61, 80,0.9);
	cursor: pointer;
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	padding: 10px 15px;
	position: relative;
	white-space: normal;
}
#QuizProgress .quiz-score-container{
	/*border: 1px solid gray;*/
}
#QuizProgress .quiz-score{
	border: 1px solid gray;
}
#QuizProgress .quiz-answer-text{
	opacity:0;
	transition: opacity .3s ease-in-out;
}
#QuizProgress .quiz-answer-text.visible{
	opacity:1;
}
#QuizProgress .quiz-player_t {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
#QuizProgress .quiz-player-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
#QuizProgress .quiz-player-action {
	color: inherit;
	border: none;
	background: none;
}
#QuizProgress .quiz-player-action:focus {
	outline: none;
}
#QuizProgress .quiz-player-feature-list {
	text-align: left;
}
#QuizProgress .quiz-player-palden .quiz-player-item {
	font-family: 'Open Sans', sans-serif;
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 45px;
	margin: 15px;
}
@media screen and (min-width: 66.25em) {
	#QuizProgress .quiz-player-palden .quiz-player-item {
		margin-left:15px;
	}
	#QuizProgress .quiz-player-palden .quiz-player__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}
#QuizProgress .quiz-player-palden .quiz-player-deco {
	border-radius: 30px;
	background: #172757;
	padding: 4em 0 9em;
	position: relative;
}
#QuizProgress .quiz-player-palden .quiz-player-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}
#QuizProgress .quiz-player-palden .quiz-player-title {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	font-weight: bold;
}
#QuizProgress .quiz-player-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
#QuizProgress .quiz-player-palden .quiz-player-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
#QuizProgress .quiz-player-palden .quiz-player-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}
#QuizProgress .quiz-player-palden .icon {
	font-size: 2.5em;
}
#QuizProgress .quiz-player-palden .quiz-player-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}
#QuizProgress .quiz-player-palden .quiz-player-points {
	font-size: 0.25em;
	vertical-align: top;
}
#QuizProgress .quiz-player-palden .quiz-player-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}
#QuizProgress .quiz-player-palden .quiz-player__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}
#QuizProgress .quiz-player-palden .quiz-player-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}
.quiz-player-palden .quiz-player-feature {
	padding: 1em 0;
}
#QuizProgress .quiz-player-palden .quiz-player-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #4d4766;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#QuizProgress .quiz-player-palden .quiz-player-action:hover, .quiz-player-palden .quiz-player-action:focus {
	background-color: #100a13;
}
#QuizProgress .quiz-player-palden .quiz-player-item--featured .quiz-player-deco {
	padding: 5em 0 8.885em 0;
}
#QuizProgress .wasSelected{
	background: #F36A21 !important ;
	color: white;
	font-weight: bold;
}
#QuizProgress .wasCorrect{
	background: #28D094 !important ;
	color: white;
	font-weight: bold;
}
#QuizProgress .wasWrong{
	background: #FC4B6C !important ;
	color: white;
	font-weight: bold;
}
#QuizProgress .contain-page{
	-webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);margin: 6px;padding: 15px;
}
#QuizProgress .quiz-logo{
	max-width: 100%;max-height: 20vh; display: block;
	margin-left: auto;
	margin-right: auto;
}
#QuizProgress .quiz-start-logo{
	max-width: 100%;
}