@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("docs.google.com"),
domain("spreadsheets.google.com") {



/* Hiding Ugly Split pane handle */
.goog-splitpane-handle {background:none !important;}

/* Hiding Google bar in Editing mode */
#docs-chrome  #gbar, #docs-chrome .gbh, #docs-chrome #guser {
display:none!important ;
}

/* Hiding Google logo in edit mode */
#docs-titlebar tr td:first-child a {display: none !important;}

.docs-title-outer {padding-left:10px !important;}
.docs-notice-td {
  padding-top:8px !important;
  padding-bottom: 0 !important;
  vertical-align:top !important;
}
.docs-title-td { padding-top:4px !important;}
.docs-titlebar-mid, #docs-titlebar { height:32px !important; }




}