/* 
 * Change iGoogle sidebar into tab bar 0.0.1
 * Â© 2008 Victor Bielawski
 * Licence: Creative Commons Attribution-Share Alike 2.0 or later
 */
@-moz-document url-prefix(http://google.), url-prefix(http://www.google.) {
#doc3>table>tbody>tr {
  display: table !important;
  width: 99% !important;
}
#col1, #col2 {
  display: block !important;
}
#col1, #col1_contents {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
#full_nav>b, .gadget_set, .v2minbox, .v2maxbox {
  display: none !important;
}
#full_nav, #full_nav>div {
  display: -moz-inline-box !important;
  height: auto !important;
}
#full_nav>div {
  padding-bottom: 1pt !important;
}
.surroundborder {
  border-bottom: solid 1px white !important;
  border-left: solid 1px white !important;
}
.section_contents {
  padding-left: 16px !important;
}
.selected_section_contents {
  padding-right: 16px !important;
}
}