@-moz-document domain("netvibes.com") {

	/* remove page title and tab search form */
	#pageTitle, #tabSearchForm { display: none !important }

	/* adjust line height */
	body, a, a:hover { line-height: 145%; font-size: 14px !important }
	.feedContent { line-height: 145%; font-size: 14px !important}

	/* make edit confirm button larger */
	input.buttonClean { padding: 5px 10px !important }

	/* hide footer */
	#footer { display: none !important }
}