#content_left {
	float: left;
}
.notice_head {
	width: auto;
	font-weight: normal;
	float: none;
	padding: 10px 0 0;
	cursor: pointer;
}
.show_hide_head_div {
	color: #8972aa;
}
.plus_minus_block{
	width: 100%;
	max-width: 950px;
	margin: 24px 0 24px;
}
.plus_minus_trigger img {
	margin: 0 0 0 -16px !important;
	width: 12px !important;
}
.plus_minus_content{
	margin: 13px 0 10px;
	line-height: 18px;
	display: none;
	background: #eeebe8;
}
.plus_minus_content_ul{
	padding: 0 0 6px 16px;
	line-height: 21px;
}
#tests_info_arrow{
	float: left;
	margin: -3px 9px 0 0;
}
.input_group_span{
	line-height: 19px;
	cursor: pointer;
}
.input_group_span_selected{
	padding: 3px;
	color: white;
	font-weight: bold;
	background-color: #8A72AB;
}
.test_block_parent_div{
	float: left;
	width: 50%;
}
.test_block_div{
	position: relative;
	margin-top: 30px;
	padding: 25px 20px 20px 20px;
	text-align: center;
	border: 1px solid #E7E7E7;
}
.test_block_left{
	margin-right: 15px;
}
.test_block_right{
	margin-left: 15px;
}
.test_block_test_passed_sign{
	position: absolute;
	margin: -33px 0 0 -7px;
	left: 50%;
}
.test_block_edit_date_div{
	font-size: 10px;
}
.test_block_header_div{
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
.test_block_info_area_div{
	display: table;
	margin: 15px auto 0;
}
.test_block_info_block_div{
	float: left;
	margin: 0 8px 0 0;
	padding: 5px;
	font-size: 10px;
	background-color: #F2F3F4;
}
.test_block_mark_div{
	margin: 0 auto;
	width: 75px;
	color: white;
}
.test_block_mark_line{
	position: relative;
	top: 23px;
	margin: 0;
	height: 1px;
	background-color: #E6B8A8;
}
.test_block_mark_round_div{
	position: relative;
	margin: 0 auto;
	padding: 9px 0 0 0;
	height: 27px;
	width: 36px;
	font-size: 15px;
	font-weight: bold;
	background-color: #E6B8A8;
	border: 5px solid white;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	z-index: 100;
}
.test_one_block_mark_line{
	position: relative;
	top: 33px;
	margin: 0;
	height: 1px;
	background-color: #E6B8A8;
}
.test_one_block_mark_round_div{
	position: relative;
	margin: 0 auto;
	padding: 18px 0 0;
	height: 36px;
	width: 54px;
	font-size: 15px;
	font-weight: bold;
	background-color: #E6B8A8;
	border: 5px solid white;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	z-index: 100;
}
.good_mark{
	background-color: #B0D24A;
}
#test_announcement{
	font-size: 18px;
	line-height: 150%;
}
#test_announcement p{
	font-size: 18px;
	line-height: 150%;
}
#test_announcement p span{
	font-size: 18px;
	line-height: 150%;
}
#test_announcement li{
	margin: 0px 0px 0 11px;
}
.question_div{
	margin: 40px 0 0 0;
}
.question{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
}
.question li{
	margin: 0px 0px 0 11px;
}
.question_number{
	float: left;
	margin: -5px 10px 0 0;
	font-size: 24px;
	height: 10px;
}
.answers_div{
	position: relative;
}
.answers_div_overlay{
	display: none;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
}
.answers_div_loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
}
.answer_div{
	margin: 2px 0 0 0;
	padding: 20px 20px 20px 42px;
	line-height: 150%;
	font-size: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.question_active .answer_div:hover{
	border: 1px solid gray;
	cursor: pointer;
}
.answer_correct{
	color: black;
	border: 1px solid #D9E8AE;
	background-color: #D9E8AE;
}
.answer_wrong{
	color: black;
	border: 1px solid #F0BAA6;
	background-color: #F0BAA6;
}
.answer_justification{
	display: none;
	margin: 20px 0 0 0;
	padding: 20px 20px 10px 20px;
	min-height: 15px;
	background-color: #F2F2ED;
}
.justification_correct_answer_div{
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.answer_justification p{
	padding: 0 0 12px 0;
	line-height: normal;
}
.answer_justification li{
	margin: 0px 0px 0 6px;
}
.test-warning-message {
	width: 100%;
	margin: 40px 0 0 0;
	text-align: center;
	border: 1px solid #F0BAA6;
	background-color: #F0BAA6;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: bold;
}
.test_results{
	display: none;
	margin: 40px 0 0 0;
	font-size: 18px;
	text-align: center;
}
#test_mail{
	width: 100%;
}
#save_test_mail{
	margin: 0 0 0 10px;
}
#test_mail_error{
	visibility: hidden;
	font-size: 10px;
	color: #cf252b;
}
#test_mail_done{
	display: none;
	margin: 40px 0 0 0;
	font-size: 18px;
	text-align: center;
	color: green;
}
.additional_info {
	background: #f0f0eb none repeat scroll 0 center;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin: 40px 0 12px 0;
	padding: 18px 24px;
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
}
.additional_info * {
	margin: 0;
	padding: 0;
}
.additional_info_head {
	margin: 0 0 6px;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 120%;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	color: #000;
}
.additional_info ol {
	margin: 0 12px;
	padding: 0 !important;
}
.additional_info ol li {
	margin: 0 0 3px;
}
.additional_info a{
	color: #f7941e;
	cursor: pointer;
}
#content_inner_tests_left{
	width: 70%;
	float: left;
	margin: 0 0 20px;
}
#content_inner_tests_right {
	width: 26%;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 0 4%;
}
#content_inner_tests_right .news_block_flags_news_tags{
	background:#CFC6DD;
}
#content_inner_tests_right .news_block{
	width: 100%;
}
#content_inner_tests_right .news_block p{
	line-height: 17px;
}
#content_inner_tests_right .news_block a.news_block_hdg{
	font-weight:bold;
	margin-top:8px;
	font-size:15px;
	line-height:17px;
}
#content_inner_tests_right .news_block .news_block_lead{
	margin:		4px 0 0;
}
#content_inner_tests_right  .news_block_header{
	margin:		25px 0 0;
}
#content_inner_tests_right  .news_block_header:first-child{
	margin-top:0px;
}
.news_block_header {
	background: #8871AA;
	border-bottom-right-radius: 6px;
	color: #FFFFFF;
	float: left;
	width: 175px;
}
.news_block_header_content {
	margin: 4px 36px 2px 4px;
	float: left;
	padding: 0;
	font-size: 13px;
}
.news_block {
	color: #6D6E71;
	float: left;
}
.news_block_flags {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 10px;
}
.news_block_flags_news_tags {
	padding: 0 6px 2px;
	color: #FFFFFF;
	float: left;
	height: 11px;
}
.news_block a.news_block_hdg {
	width: 100%;
	float: left;
	display: block;
	color: #8972AA;
}
.news_block a {
	color: #6D6E71;
}

/* max-width: 790px */
@media screen and (max-width: 790px){
	#content_inner_tests_right .news_block .news_block_hdg {
		margin-bottom: 0px;
	}
}
/* max-width: 640px */
@media screen and (max-width: 640px){
	#content_inner_tests_left,
	#content_inner_tests_right{
		width: 100%;
	}
	#content_inner_tests_right .news_block_header,
	#content_inner_tests_right .news_block_header:first-child {
		margin: 20px 0 10px;
	}
	#content_inner_tests_right .news_block {
		margin-right: 0;
	}
	#content_inner_tests_right .news_block:last-child {
		margin: 0;
	}
	.news_block_header{
		background-image:url(../images/news_block_header_bck.jpg);
		background-position:right center;
		background-repeat:no-repeat;
		border-bottom-right-radius:0px;
		width: 100%;
	}
	.news_block_header .up,
	.news_block_header .down{
		float:right;
		width:13px;
		height:10px;
		margin: 6px 30px 0 0;
	}
	.news_block_header span:last-child{
		margin-right:60px;
	}
	.news_block_header .up{
		background-image:url(../images/news_block_header_up.png);
	}
	.news_block_header .down{
		background-image:url(../images/news_block_header_down.png);
	}
}
/* max-width: 480px */
@media screen and (max-width: 480px){
	.test_block_parent_div{
		float: none;
		width: 100%;
	}
	.test_block_left{
		margin-right: 0;
	}
	.test_block_right{
		margin-left: 0;
	}
}