.spoiler-wrap { width: 95%;
font: 12px Verdana,Arial,sans-serif; }
.spoiler-head { font-size: 11px;
line-height: 15px;
font-weight: bold; }
.spoiler-body {
display: none;
}
.clickable {
cursor: pointer;
}
.folded {
display: block;
}
.unfolded {
display: block;
}