/* SPOILER */
.spoiler-block {
    margin: 5px 2em;
    background: #E2E9E2;
	border: 2px solid #C58F50;
    border-spacing: 0px;
    text-indent: 0;
}

.spoiler-header {
    display: block;
    font-weight: normal;
    padding: 4px;
    color: #E2E9E2;
	font-weight: bold;
    background: #C58F50;
    font-size: 12px;
    text-indent: 0;
}

.spoiler-form-button {
	background: none;
	border: none;
    color: #E2E9E2;
	font-weight: bold;
    background: #C58F50;
    font-size: 12px;
	text-transform: uppercase;
}
.spoiler-form-button:hover {
	cursor: pointer;
}
.spoiler-body {
    margin: 4px;
    overflow: auto;
	padding: 5px;
    display: block;
	box-sizing: border-box;
	text-align: justify;
    text-indent: 0;
}
		