@charset "UTF-8";

.checkswitcher {
width: 100%;
display: block !important;
max-height: inherit !important;
overflow: visible !important;
}
.staticfallback {
display: none !important;
}

.tab-row-holder{
background-color: #e3e2e7 !important;
}

.layout-buttonsx {
display: inline-block;
width: 100%;
max-width: 100%;
border:0px solid #ffffff;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
cursor:pointer;
font-size:14px;
background-color: #e3e2e7 !important;
padding-top:0px;
padding-bottom:0px;
opacity: 100%;
}

.layout-buttonsx:hover {
background-color:#ecebf1 !important;	
border:0px solid #ffffff !important;
}

.layout-buttons span.switch-type {
display: block;
}

/* RESTART */
.restart:checked ~ .main-wrapper .level-one {
display:block !important;
}

.restart:checked ~ .main-wrapper .level-two,
.restart:checked ~ .main-wrapper .level-three {
display:none !important;
}

/* QUESTION ONE */
.question-one:checked ~ .main-wrapper .level-two,
.question-one:checked ~ .main-wrapper .level-three,
.question-one:checked ~ .main-wrapper .image-two,
.question-one:checked ~ .main-wrapper .image-three {
display:none !important;
}

.question-one:checked ~ .main-wrapper .level-one {
display:block !important;
}

.question-one:checked ~ .main-wrapper .image-one {
display:block !important;
}

/* QUESTION TWO */
.question-two:checked ~ .main-wrapper .level-one,
.question-two:checked ~ .main-wrapper .level-three,
.question-two:checked ~ .main-wrapper .image-one,
.question-two:checked ~ .main-wrapper .image-three {
display:none !important;
}

.question-two:checked ~ .main-wrapper .level-two {
display:block !important;
}

.question-two:checked ~ .main-wrapper .image-two {
display:block !important;
}

/* QUESTION THREE */
.question-three:checked ~ .main-wrapper .level-one,
.question-three:checked ~ .main-wrapper .level-two,
.question-three:checked ~ .main-wrapper .image-one,
.question-three:checked ~ .main-wrapper .image-two {
display:none !important;
}

.question-three:checked ~ .main-wrapper .level-three {
display:block !important;
}

.question-three:checked ~ .main-wrapper .image-three {
display:block !important;
}

.question-one:checked ~ .main-wrapper .left-tab{opacity:1;}
.question-one:checked ~ .main-wrapper .one-tab{background-color:#8dcdf1 !important;}
.question-two:checked ~ .main-wrapper .center-tab{opacity:1;}
.question-two:checked ~ .main-wrapper .two-tab{background-color:#8dcdf1 !important;}
.question-three:checked ~ .main-wrapper .right-tab{opacity:1;}
.question-three:checked ~ .main-wrapper .three-tab{background-color:#8dcdf1 !important;}




@media only screen and (max-width: 400px) {
	
.layout-buttonsx{padding-top:5px !important; padding-bottom:5px !important;}		

}