﻿.review_block ul li {
    display: grid;
}
h3.main_question strong {
    margin-bottom: 5px;
}
#middle-wizard > div.step.wizard-step.current > div > ul > li:nth-child(1) > div > span
a.submit {
    border: none;
    color: #111;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #ffcc00;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
.ct-label {
	color: #fff;
	font-family: 'Roboto Mono', monospace;
}

.ct-bar {
	stroke-width: 20px;
}

.ct-series-a .ct-bar {
	stroke: #FFC105;
}

.ct-legend {
	position: relative;
	z-index: 10;
}

.legenda_comparatii_cognitest {
	list-style: none;
	list-style-type: none !important;
}

.ct-legend>ul {
	position: relative;
	z-index: 10;
	list-style: none;
	list-style-type: none !important;
}

.ct-legend>li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 3px;
}

.ct-legend>li:before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	content: '';
	border: 3px solid transparent;
	border-radius: 2px;
}

.ct-series-0:before {
	background-color: #FFC105;
}

.ct-series-1:before {
	background-color: #F05B4F;
}

.ct-legend>li.inactive:before {
	background: transparent;
}

.ct-legend>&.ct-legend-inside {
	position: absolute;
	top: 0;
	right: 0;
}
