.neff-test-group{width:540px;}
.neff-test-group .neff-n-test,
.neff-test-group .neff-status-test {display:inline-block}
.neff-test-group .neff-status-test {float: right;}
.neff-test{padding: 10px; margin-top: 5px;}
.neff-test-not_start{background-color:#efef2a}
.neff-test-not_available{background-color:#a9a6a6}
.neff-test-passed{background-color:#29d629}
.neff-test-start{background-color:#ffa500}
.neff-test-failed{background-color:#ff7062}


.neff-question .neff-inf-test,
.neff-question .neff-test-passed-title,
.neff-question .neff-test-failed-title
 {
	font-weight: bold;
    font-size: 14px;
}    

.neff-question .neff-test-passed-title {color:green}
.neff-question .neff-test-failed-title{color:red}

.neff-question div {box-sizing: border-box;}
.neff-question .neff-n-question {    
padding: 10px;
    margin: 10px 0px;
    width: 500px;
    background-color: #33509b;
    color: #e6e6e6;
    font-weight: bold;
	text-align:center;
}

.neff-question .neff-n-answer {    
padding: 10px;
    margin: 5px;
	display:inline-block;
    width: 240px;
    background-color: #e6e6e6;
    color: #274695;
    font-weight: bold;
	text-align:center;
}
.neff-question .list_answers{width: 500px;}

@media screen and (max-width: 1000px) {
	.neff-test-group {width: 100%;}
	.neff-test-group .neff-status-test {display: block;}
	.neff-test-group .neff-status-test {padding-top:  3px; float: none;}
	.neff-question .neff-n-question, 
	.neff-question .list_answers {width:100%}
	.neff-question .list_answers {text-align:center}
	.neff-question  .neff-n-answer{display:inline-block; margin: 5px 3px; padding:10px 0px; width:47%}
	.neff-test-res-cntrl a{display:inline-block;padding-bottom: 10px;}
}