height: 50px !important;
}
+/*
+ * Google bookmarks
+ */
+
+/* Padding under search bar */
+div.g-doc div.doc-body div#main div#mgmt-container div#search-form {
+ padding-bottom: 0px !important;
+}
+
+/* Padding around Create new list button */
+div.g-doc div.doc-body div#main div#mgmt-container div#lhs div.starred-lhs {
+ margin-top: 0px !important;
+}
+
+/* Move Sort by/Tools menu to the right */
+div.doc-body div#main div#mgmt-container div#lhs div#starred-tools {
+ position: absolute;
+ right: 0px;
+}
+div.doc-body div#main div#mgmt-container div#lhs div#starred-group {
+ position: absolute;
+ right: 0px;
+ top: 50px;
+}
+
+/* Remove padding around Select toolbar */
+div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.content-header span.left-controls {
+ padding: 0px !important;
+}
+
+/* Padding below Select toolbar */
+div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section {
+ margin-top: 0px !important;
+}
+
+/* Padding around each bookmark */
+div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item {
+ padding: 1px !important;
+}
+div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item div.gn-thread-result-block {
+ padding: 1px !important;
+}
+
+/* Move bookmarks up to same line as link */
+div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item div.gn-thread-result-block div.gn-thread-result-line2 {
+ display: inline;
+ float: right;
+}
+
+/* Kill off summary/copyright/etc... at bottom */
+html body div.g-doc:first-child + div#footer {
+ display: none;
+}
+
/*
* Google search
*/