.spoil-wrap {
	border: 1px solid #F56433;

  
}

.spoil-head {
	padding: 10px;
	line-height: 1.5;
	cursor: pointer;
    font-size: 22px;
    color: #F56433;
}

.folded:before {
	content: "+";
	margin-right: 5px;
}

.unfolded:before {
	content: "–";
	margin-right: 5px;
}

.spoil-body {
	padding: 10px;
	border-top: 1px solid #F56433;

}

.grecaptcha-badge { 
    visibility: hidden;
}