/* Mac OS X Aqua Window Manager Skin */
[data-wm-style="aqua"].webos-window {
  border-radius: 8px 8px 0 0;
  border: 1px solid #999999;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  background: #ededed;
}

[data-wm-style="aqua"] > .window-header {
  background: repeating-linear-gradient(180deg, #f0f0f0 0px, #f0f0f0 1px, #dcdcdc 2px, #dcdcdc 3px);
  border-bottom: 1px solid #a0a0a0;
  padding: 4px 10px;
  height: 26px;
}

[data-wm-style="aqua"] > .window-header > .window-title-group {
  color: #222222;
  font-family: "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0 auto;
}

[data-wm-style="aqua"] > .window-header > .window-title-group > .window-title-text {
  color: #222222;
}

[data-wm-style="aqua"] > .window-header > .window-traffic-lights > .win-btn {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.3);
}
