.theme_win8 .windowButton {
    height: 19px;
    border: solid #00000000;
    border-width: 0px 0px 1px 1px
}
.theme_win8 .windowButton_real {
    height: 17px;
    border: 1px solid #ffffff00;
    display: flex;
    align-items: end;
    justify-content: center;
    font-weight: bold;
    color: black;
}
.theme_win8 .buttons {
    position: absolute;
    border: solid #ffffff00;
    border-width: 0px 1px 1px 1px;
    display: flex;
}
.theme_win8 .buttonClose {
    width: 44px;
    border-color: #c75050;
    border-width: 0px 0px 1px 1px;
}
.theme_win8 .buttonMax {
    width: 25px;
}
.theme_win8 .buttonMin {
    width: 26px;
}
.theme_win8 .buttonClose {
    background-color: #c75050;
}
.theme_win8 .buttonClose_real {
    color: white;
}
