.spoiler {
    /* background: #f5f5f5; */
    /* border: 1px solid #bbb; */
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.spoiler_button {
    background-color: #3c3c3c;
    border-radius: 4px 4px 0 0;
    /* border: 1px solid #c2bfbf; */
    display: block;
    color: #a4a4a4;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: auto auto;
    cursor: pointer
}

.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 {
    padding: 15px 10px;
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #272727;
    word-wrap: break-word;
    box-sizing: border-box;
}