@-moz-document url-prefix(http://www.google.com/calendar/m) { 

* {   margin: 0!important;			/* eliminate whitespace for all elements */
	padding: 0!important; } 
html { overflow-x: hidden; }			/* no horizontal scroll bar */
body { font-size: small!important;		/* margins for whole box */
	margin-left: 1px !important; 
	line-height: 100% !important; 
	margin-top: -7px!important; 
	max-width: 100%!important; }
div { padding: 1px !important; }		/* re-add a little spacing */
br, hr, img, span { display: none ; }		/* hide logo, lines, example text */
span:first-child { display: inline !important; }	/* unhide dates */

[href="logout"]:before,				/* bottom links inline */
[href="logout"]:after, 
[href="http://www.google.com/m/help?hl=en"]:after { 
	content: " | "; } 

.c1 { font-size: x-small !important; }			/* prev-next nav */ 
body > div > div:first-child + div + div > span {	/* bigger current date */
	font-size: 150%; 
	color: green;
	padding-left: 2px !important; } 
input[type="text"] {					/* realign quick add box */
	padding-top: 4px !important; vertical-align: top !important; } 
div > div > div { padding-left: 2px !important; } 	/* text spacing inside boxes */
}