.spoiler-wrap {
	clear: both;
	background: #e5e5e5;
	font: 12px Verdana,Arial,sans-serif;
	margin: 18px 0px;
}
.spoiler-head {
	font-size: 12px;
	padding: 8px 0px 8px 30px;
	margin-left: 6px;
	font-weight: bold;
	font-family: verdana;
}
.spoiler-body {
	display: none;
	background: #EEEEEE;
	padding: 18px 2px 10px;
	font: 400 14px/1.5 'Roboto', sans-serif;
	text-align: justify;
}

.spoiler-body div{
	padding: 0px 0px 7px 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.clickable {
	cursor: pointer;
}

.folded {
	display: block;
	background: transparent url(../img/closed-spoiler.png) no-repeat left center;
}

.unfolded {
	display: block;
	background: transparent url(../img/opened-spoiler.png) no-repeat left center;
}