.spoiler_outer {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #7e0000;
	border: 1px solid #b10000;
	padding: 5px;
	border-radius: 3px;
}

.spoiler_title {
	font-weight: bold;
	color: white;
text-transform: uppercase;
}

.spoiler_button {
	background: #ffffff;
	color: #700000;
	display: inline-block;
	border: 1px solid #700000;
	padding: 0px 8px;
	vertical-align: text-top;
	line-height: 1.8em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
}

.spoiler_button:hover {
	background-color: white;
	text-decoration: none;
	border-color: #3e0000;
	color: #170000;
}

.spoiler_content {
	margin-top: 5px; 
	border: 1px solid #650000; 
	padding: 4px;
	box-shadow: inset 0 0 3px #000;
	background-color: #310000;
	color: #ffffff;
}

