/**
    Plugin: Spoiler MyCode.
	Supplement for the spoiler MyBB plugin. Original plugin does not include any styles.
*/
.spoiler_wrap
{
    border: 1px solid #00000052;
    border-radius: 5px;
    background-color: #e7e7e7;
    margin-top: 5px;
}

.spoiler_header
{
    padding: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.spoiler_header a
{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}
.spoiler_header a:hover, .spoiler_header a:focus
{
    text-decoration: underline;
}
.spoiler_header a:active
{
    text-decoration: none;
}
.spoiler_header_active
{
    font-weight: bold !important;
}

.spoiler_body
{
    padding: 10px;
}

.expandspoiler
{
    margin-left: 3px;
    margin-right: 3px;
}

.spoiler {background: #f5f5f5;border: 1px solid #bbb;margin-bottom: 5px;border-radius: 5px}
.spoiler_button {background-color: #bab7b7;border-radius: 4px 4px 0 0;border: 1px solid #c2bfbf;display: block;color: #605d5d;font-family: Tahoma;font-size: 11px;font-weight: bold;padding: 10px;text-align: center;text-shadow: 1px 1px 0px #b4b3b3;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: 5px;height: auto;overflow:hidden;width:95%;background: #f5f5f5;word-wrap: break-word}