.spoiler {background: #272727;border: 1px solid #4c4c4c;margin-bottom: 5px;border-radius: 3px; padding: 10px;}
.spoiler_button {
	background-color: transparent;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #4c4c4c;
    display: block;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 10px 0;
    text-align: left;
    text-shadow: 0 0 black;
    margin: auto auto;
    cursor: pointer;
}
.spoiler_title {text-align: center}
.spoiler_content_title{display:none;font-weight: bold;border-bottom:1px dashed #bab7b7}
.spoiler_content {padding: 5px;height: auto;overflow:hidden;width:100%;background: #272727;word-wrap: break-word}
