.titlebar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 32px;
    background-color: #aaacac;
    -webkit-app-region: drag;
}

.titlebar-text {
    position: absolute;
    left: 32px;
    width: 80%;
    margin-top: 6px;
    margin-bottom: 6px;
    font-style: Arial;
    font-size: 11pt;
    color: #ffffff;
}

.titlebar-minimize-button {
    position: absolute;
    right: 11px;
    width: 17px;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-app-region: no-drag;
}

.titlebar-minimize-button-rtl {
    position: absolute;
    left: 11px;
    width: 17px;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-app-region: no-drag;
}

.titlebar-status-led {
    position: absolute;
    right: 41px;
    width: 17px;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-app-region: no-drag;
}

.titlebar-status-led-rtl {
    position: absolute;
    left: 41px;
    width: 17px;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-app-region: no-drag;
}

.titlebar-hr {
    position: absolute;
    left: 0px;
    top: 31px;
    width: 100%;
    height: 1px;
    background-color: #2a2c2c;
}
