
.spoiler {
	background: gray;
	color: black;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	border-radius: 5px;
}

.spoiler_button {
	color: #605d5d;
	background-color: #bab7b7;
	border-radius: 4px 4px 0 0;
	border: 1px solid red;
	display: block;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 0px #b4b3b3;
	margin: auto auto;
	cursor: pointer;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.spoiler_title {
text-align: center
}

.spoiler_content_title{
font-weight: bold;border-bottom:1px dashed #bab7b7;display: block;margin-top: 5px;margin-bottom: 10px;
}

.spoiler_content {
	background: gray;
	width: 95%;
	padding: 5px;
	height: auto;
	overflow: hidden;
	word-wrap: break-word;
}

