@import url('../bs_original.css');
.theme_main_normal2 .windowButton {
    width: 24px;
    height: 24px;
    border-width: 0px;
    position: relative;
    z-index: 1;
    margin-left: 2px;
}
.theme_main_normal2 .windowButton_real {
    height: 24px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.theme_main_normal2 .buttons {
    position: absolute;
    right: 9px;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 9px;
    font-size: 26px;
    line-height: 1;
    font-family: sans-serif;
    right: 1px;
    top: 2px;
}
.theme_main_normal2 .buttonClose {
    background-color: #ffffff;
}
.theme_main_normal2 .buttonClose:hover {
    background-color: #eee;
}
.theme_main_normal2 .buttonClose:active {
    background-color: #ddd;
}
.theme_main_normal2 .buttonMin, .theme_main_normal2 .buttonMax {
    display: none;
}
