@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(google.com) {

/*Restyle Google Calendar to fit my tastes*/

/*Remove logo.*/
#mainlogo {
display:none;
}

/*Competely get rid of the header. Search isn't needed for everyday use.*/
#mt1 {
display:none;
}

/*Fix the margin.*/
#mothertable {
margin-top:10px;
}

/*Remove the 'Print' link.*/
#printlink {
display:none;
}

/*Remove the top bar.*/
#gbar, #guser {
display:none;
}
.gbh {
border-top:0 !important;
}

/*Fix the font!*/
* {
font-family: "Droid Sans", Verdana, "Sans Serif" !important;
}

}