@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Browser frame styling */
#main-window #content browser {
	-moz-appearance: listbox !important;
	margin: 1px !important;
	margin-top: 2px !important;
	margin-bottom: 3px !important;
}

/* Tab bar fix */
#main-window .tabbrowser-tabs .tabs-bottom {
	display: none !important;
}

/* Notification box fixes */
#main-window #content notificationbox notification {
	margin: 4px !important;
	margin-bottom: 3px !important;
}

#main-window #content notificationbox notification .notification-inner {
	border: 1px solid ThreeDShadow !important;
}