.theme_win8rp .windowButton {
    height: 19px;
    border: solid #466e8c;
    background-image: linear-gradient(#FFFFFF5F, #FFFFFF00);
    border-width: 0px 0px 1px 1px
}
.theme_win8rp .windowButton_real {
    height: 17px;
    border: 1px solid #ffffff5f;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 0px 0px #535666, -1px 0px 0px #535666, 1px 1px 0px #535666, -1px 1px 0px #535666, 1px -1px 0px #535666, -1px -1px 0px #535666, 0px 1px 0px #535666, 0px -1px 0px #535666;
}
.theme_win8rp .buttons {
    position: absolute;
    right: 5px;
    border: solid #ffffff00;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 0px
}
.theme_win8rp .buttonClose {
    width: 44px;
    border-color: #791d16;
    border-width: 0px 1px 1px 1px;
}
.theme_win8rp .buttonMax {
    width: 25px;
}
.theme_win8rp .buttonMin {
    width: 26px;
}
.theme_win8rp .buttonClose {
    background-color: #ca3226;
}