
.popup-rb_quiz_panel {
/*	width: 370px;	*/
	padding: 30px 80px 40px;
	background-color: #FFF;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rb-quiz-step-items {
	text-align: center;
}

.rb-quiz-step-item
{
	width: 264px;
	height: 264px;
	margin: 40px;
	display: inline-block;
    cursor: pointer;
    border: 1px solid #e3decf;
    overflow: hidden;
}

.rb-quiz-step-item:hover
{
/*	border-width: 7px;	*/
	-webkit-box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.06);
	   -moz-box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.06);
			box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.06);
}

.rb-quiz-step-item img
{
    max-width: 300px;
    max-height: 300px;
}

.rb-quiz-stepquiz-status
{
    clear: left;
}

.rb-quiz-stepquiz-progressbar-full
{
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background-color: #e3decf;
}

.rb-quiz-stepquiz-progressbar
{
    height: 100%;
    background: #ad0011;
    /*url(/content/images/progress.png) no-repeat center right; */ 
}

.rb-quiz-title,
.rb-quiz-step-title
{
	text-align: center;
	margin-bottom: 30px;	
}


.rb-quiz-stepquiz-status-title 
{
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-bottom: 10px;
}

.rb-quiz-step-item-title 
{
	text-align: center;
	margin-top: 25px;
	color: #b20f20;	
}