.theme_nspirecx .windowButton {
    width: 16px;
    height: 16px;
    border-width: 0px;
    position: relative;
    z-index: 1;
    margin-left: 2px;
    border-radius: 3px;
}
.theme_nspirecx .windowButton_real {
    height: 16px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #d81c38;
    font-weight: 500;
    position: relative;
    z-index: 2;
    border-radius: 1px;
}
.theme_nspirecx .buttons {
    position: absolute;
    right: 9px;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 9px;
    font-size: 25px;
    line-height: 0.7;
    font-family: 'Noto Sans';
    right: 1px;
    top: 2px;
}
.theme_nspirecx .buttonClose {
    background-color: #bdfdb0;
    background-image: linear-gradient(#c8ccc8,#808488)
}
.theme_nspirecx .buttonMin, .theme_nspirecx .buttonMax {
    display: none;
}
