.non-button, .non-button:hover, .non-button:focus, .non-button:active, .non-button:focus:active {
    cursor: default;
    background-color: #3c8dbc;
    border-color: #367fa9;
    box-shadow: none;
    outline: none;
}

.spoiler-toggle {
    border: 2px solid #C6CAD4;
    border-style: dashed;
}

.spoiler-toggle-header {
    cursor: pointer;
    margin: 10px 0px;
    font-weight: bold;
    padding: 15px;
}

.spoiler-toggle-body {
    margin: 25px 0 0 0;
    padding-top: 5px;
    border-top: 1px solid #C6CAD4;
    border-top-style: dashed;
}

.js__search-filter .box {
    border-top: none;
}
.js__search-filter .box-body{
    padding: 0px;
}

.js__search-filter .box-body .spoiler-toggle-body{
    padding: 15px;
}

.toggle-box, .toggle-checkbox-container {
    margin-bottom: 10px;
}

.thin-text {
    font-weight: normal;
    font-size: 15px;
}
