.spoiler {background: var(--darkwater); border: 1px solid var(--shallow); margin-bottom: 0.1em; border-radius: 0.3em}
.spoiler_button {background-color: var(--shallow);border-radius: 0.3em 0.3em 0 0;border: 1px solid var(--shallow);display: block;color: var(--chalk); font-weight: bold; padding: 0.5em; text-align: center; margin: auto auto;cursor: pointer}
.spoiler_title {text-align: center}
.spoiler_content_title{font-weight: bold;border-bottom:1px dashed var(--shallow);display: block;margin-top: 0.3em;margin-bottom: 0.5em;}
.spoiler_content {padding: 2em;height: auto;overflow:hidden;width:95%;background: var(--darkwater);word-wrap: break-word}