.theme_win_classic .windowButton {
    height: 13px;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.theme_win_classic .windowButton_real {
    height: 11px;
    width: 13px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: end;
    justify-content: center;
    color: black;
    font-weight: bold;
    background-color: #aaaaaa;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.theme_win_classic .buttons {
    position: absolute;
    right: 3px;
    border: solid #ffffff00;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 4px;
    font-family: 'Marlett';
    font-size: 11px;
    line-height: 1;
}
.theme_win_classic .buttonClose {
    margin-left: 2px;
}

.theme_win_classic .buttonMin_real::after {
    content: "0" 
}
.theme_win_classic .buttonMax_real::after {
    content: "1"
}
.theme_win_classic .buttonClose_real::after {
    content: "r"
}