# File lib/Borges/Component/TabPanel.rb, line 54
  def style
    return "
      .TabSelected {background-color: lightblue; font-color: white; width: 95; text-align: center}
      .TabUnselected {background-color: lightgrey; width: 95; text-align: center}
      .TabSpacer {width: 15}
      .TabLine {background-color: lightblue}
    "
  end