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