@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("plus.google.com") {

body > #notify-widget-pane + div {
   position: fixed !important;
   width: 100%;
   top: 0 !important;
}

body > #notify-widget-pane + div + div{
   display: block !important;
   height: 69px !important;
   /*border-bottom: 1px solid #000000 !important;*/
}

#widget{
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #BEBEBE !important;
    box-shadow: 0 1px 5px #CCCCCC !important;
}

#gbd1{
   box-shadow: 0 0 !important;
   border-width: 0 !important;
}

}