# File lib/Borges/Component/Window.rb, line 3
  def default_style
    %^
    #window-titlebar {background-color: lightblue; margin-bottom: 10px; width: 100%; }
    #window-title { text-align: right; width: 66% }
    #window-close {text-align: right;}
    ^
  end