.slide_button {
    margin-right: 0;
    margin-left: 6px;
    padding-top: 2px;
    width: var(--space-decent);
    height: var(--space-decent);
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--text-muted-color);
}
.slide_button:active, .slide_button:hover, .slide_button:focus {
    color: var(--text-color);
}
.mini_top .slide_button {
    margin-top: -16px;
}

.slide_button_close {
    background: var(--theme-207) no-repeat;
}
.slide_button_close:active {
    background: var(--theme-208) no-repeat;
}

.slide_button_open {
    background: var(--theme-209) no-repeat;
}
.slide_button_open:active {
    background: var(--theme-210) no-repeat;
}