.arena_timer{
	padding: 7px;
}											
.arena_timer .syotimer__body{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
	
.arena_timer .syotimer-cell{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	width:60px;
	height:30px;
	text-align:center;
	border:1px solid rgba(69,59,145,.3);
	border-radius:5px;
	background:rgba(49,41,114,.3);
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}

.arena_timer .syotimer-cell:not(:last-child){
	margin-right:2px
}
											
.arena_timer .syotimer-cell__value{
	//font-size:14px;
	line-height:15px
}

.arena_timer .syotimer-cell__unit{
	//font-size:4px;
	font-weight:900;
	margin-top:1px;
	text-transform:uppercase;
	color:#F3AE46
}
									
.quest-arena.quest-block.quest-block__orange:after, .quest-arena.quest-block.quest-block__orange:before {
	background-color: #447C51;
}

.quest-arena .body-digits_block{
	width: 89%;
}

.quest-arena .body-digits_block{
	//font-size: 12px;
}

.quest-arena .body-digits_block div{
	//.font-size: 12px;
}											
											
.quest-arena .body-digits_block div:last-child {
	font-size: unset;
	margin-top: unset;
}

.quest-arena .body-digits_block{
	margin-top: 0.4em;
}										

.quest-arena .syotimer-cell__unit{
	font-size: 10px !important; 
}		

.arenaqb{
	width: 200px;
	position: absolute;
	height: 36px;
	cursor: pointer;
}

.arenaqb a{
	position: absolute;
	background: url(/images/nchbuttonar3.png) no-repeat  !important;
	background-size: contain  !important;
	cursor: pointer;
}	

.arenaqb a span{
	width: 100%  !important;
	line-height: 14px  !important;
	font-size: 12px  !important;
	cursor: pointer;
}			

._nchessqItem__timer {
    margin: 10px 0 15px;
}

._nchessqItem__info {
   margin: 1px -10px; 
}

._nchessqItem{
	width: 46%;
	display: inline-block;
}


@media screen and (max-width: 1023px)
{
	._nresultBest, ._nsection__right {
		display: unset;
		width: 99% !important;
	}

	._nchessqItem {
			width: unset;
	}
}
