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