.check-maker-box{
  	position: relative;
  	border: 2px solid #37474F;
  	border-radius: 8px;
  	margin: 25px 0;
    padding:0 2.3em;
}
.check-maker-box .check-maker-box-caption{
	font-size: 1.5em;
	font-weight: bold;
  	padding: 0 1em;
  	margin: 0;
  	background-color: white;
	position: absolute;
  	top: 0;
  	left: 0;
  	transform: translateY(-50%) translateX(1em);
}
.check-list{
	margin-top:10px;
	padding :1.4em 0;
}
.check-answer{
	margin-top:35px;
}
.check-answer:first-child{
	margin-top:15px;
}
.check-answer:last-child{
	margin-bottom:15px;
}
.question-caption{
	font-size:16px;
	font-weight: bold;
}
.question-img{
	width: 35px;
}
input.radio[type=radio]{
	margin-right: 10px;
}
/*
input.radio[type=radio]{
	width: 30px;
    max-width: 30px;
    height: 30px;
}
input.radio[type=radio]:checked:before{
	width: 18px;
    height: 18px;
    margin: 5px;
}*/
.answer-caption{
	margin-top:14px;
}
.answer-caption span{
	font-size:15px;
}

.raised{
  	display: inline-block;
  	background-color: #4FC3F7;
  	color: #FFF;
  	font-size: 1.9em;
  	font-weight: bold;
  	line-height: 1;
  	text-decoration: none;
  	letter-spacing: 0.05em;
  	width: 100%;
  	text-align: center;
  	padding: 1em 0;
  	border-radius: 7px;
  	cursor: pointer;
  	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  	-webkit-tap-highlight-color: transparent;
  	transition: .2s ease-out;
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.result-before{
	background: #ecf2f3;
    padding: 15px;
    margin-bottom: 25px;
    font-size:15px;
}
.result-box{
	display: none;
}
.result-box{
	background: #FDFBDD;
    border-radius: 10px;
    border: #e8e8e8 1px solid;
    margin-bottom: 20px;
}
.result-caption{
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 8px;
}
.result{
	padding-top: unset;
	padding-bottom:1.4em;
}
.result-top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.result-img,.result-img img{
	width: 60px;
}
.result-title{
	font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
}
.result-middle{
	font-size:14px;
	margin: 20px 0;
}
.result-bottom{
	font-size: 18px;
	text-align: right;
}