/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides live.com logo, "trip notes", "live search 411" ad, and "trip times" from live.com maps print friendly pages..
*/

/* +++ changelog +++
December 14, 2009
- works with bing.com maps now
March 26, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://maps.live.com/print.aspx?), url-prefix(http://www.bing.com/maps/print.aspx?) {

/* HEADER: LIVE.COM LOGO, "TRIP NOTES", "LIVE SEARCH 411" AD, TRIP TIMES (A TO B) */
#ctl00_MainContent_TextContent > TABLE > TBODY > TR:first-child { display:none !important; }

/* DISCLAIMER */
.disclaimer { display:none !important; }

}