@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com"),
domain("youtube.com"),
domain("google.ae"),
domain("googlelabs.com"),
domain("google.com.af"),
domain("google.com.ag"),
domain("google.off.ai"),
domain("google.am"),
domain("google.com.ar"),
domain("google.as"),
domain("google.at"),
domain("google.com.au"),
domain("google.az"),
domain("google.ba"),
domain("google.com.bd"),
domain("google.be"),
domain("google.bg"),
domain("google.com.bh"),
domain("google.bi"),
domain("google.com.bn"),
domain("google.com.bo"),
domain("google.com.br"),
domain("google.bs"),
domain("google.co.bw"),
domain("google.com.bz"),
domain("google.ca"),
domain("google.cd"),
domain("google.cg"),
domain("google.ch"),
domain("google.ci"),
domain("google.co.ck"),
domain("google.cl"),
domain("google.cn"),
domain("google.com.co"),
domain("google.co.cr"),
domain("google.com.cu"),
domain("google.cz"),
domain("google.de"),
domain("google.dj"),
domain("google.dk"),
domain("google.dm"),
domain("google.com.do"),
domain("google.com.ec"),
domain("google.ee"),
domain("google.com.eg"),
domain("google.es"),
domain("google.com.et"),
domain("google.fi"),
domain("google.com.fj"),
domain("google.fm"),
domain("google.fr"),
domain("google.ge"),
domain("google.gg"),
domain("google.com.gi"),
domain("google.gl"),
domain("google.gm"),
domain("google.gp"),
domain("google.gr"),
domain("google.com.gt"),
domain("google.gy"),
domain("google.com.hk"),
domain("google.hn"),
domain("google.hr"),
domain("google.ht"),
domain("google.hu"),
domain("google.co.id"),
domain("google.ie"),
domain("google.co.il"),
domain("google.co.im"),
domain("google.co.in"),
domain("google.is"),
domain("google.it"),
domain("google.co.je"),
domain("google.com.jm"),
domain("google.jo"),
domain("google.co.jp"),
domain("google.co.ke"),
domain("google.com.kh"),
domain("google.ki"),
domain("google.kg"),
domain("google.co.kr"),
domain("google.kz"),
domain("google.la"),
domain("google.li"),
domain("google.lk"),
domain("google.co.ls"),
domain("google.lt"),
domain("google.lu"),
domain("google.lv"),
domain("google.com.ly"),
domain("google.co.ma"),
domain("google.md"),
domain("google.mn"),
domain("google.ms"),
domain("google.com.mt"),
domain("google.mu"),
domain("google.mv"),
domain("google.mw"),
domain("google.com.mx"),
domain("google.com.my"),
domain("google.com.na"),
domain("google.com.nf"),
domain("google.com.ng"),
domain("google.com.ni"),
domain("google.nl"),
domain("google.no"),
domain("google.com.np"),
domain("google.nr"),
domain("google.nu"),
domain("google.co.nz"),
domain("google.com.om"),
domain("google.com.pa"),
domain("google.com.pe"),
domain("google.com.ph"),
domain("google.com.pk"),
domain("google.pl"),
domain("google.pn"),
domain("google.com.pr"),
domain("google.pt"),
domain("google.com.py"),
domain("google.com.qa"),
domain("google.ro"),
domain("google.ru"),
domain("google.rw"),
domain("google.com.sa"),
domain("google.com.sb"),
domain("google.sc"),
domain("google.se"),
domain("google.com.sg"),
domain("google.sh"),
domain("google.si"),
domain("google.sk"),
domain("google.sn"),
domain("google.sm"),
domain("google.st"),
domain("google.com.sv"),
domain("google.co.th"),
domain("google.com.tj"),
domain("google.tk"),
domain("google.tm"),
domain("google.to"),
domain("google.tp"),
domain("google.com.tr"),
domain("google.tt"),
domain("google.com.tw"),
domain("google.com.ua"),
domain("google.co.ug"),
domain("google.co.uk"),
domain("google.com.uy"),
domain("google.co.uz"),
domain("google.com.vc"),
domain("google.co.ve"),
domain("google.vg"),
domain("google.co.vi"),
domain("google.com.vn"),
domain("google.vu"),
domain("google.ws"),
domain("google.co.za"),
domain("google.co.zm"),
domain("google.co.zm"),
url-prefix(javascript:) {
   
    /* applies font to all generic HTML tags */
    *   {
        font-size: 8pt !important;
    }

    /* fixes picasa gallery view */
    .goog-icon-list-icon-img, .goog-icon-list-icon, .goog-icon-list-icon-link {
        width: 100px !important;
        height: auto !important;
        margin-right: 10px !important;
    }
    .goog-icon-list-icon-meta {
        width: 100px !important;
        height: 15px !important;
        margin-right: 10px !important;
    }

    /* fixes collapsible pane in Google Maps */
    #mp-navbar, #mp-create-map, .mp-header, .mp-line, .msMapTitle.view {
        margin-left: 0px !important;
    }
	#mp-panel {
		width:290px !important;
	}
    #panelarrow2 {
        height: 30px !important;
		background: none !important;
    }

    /* fixes width of sender and date columns in GMail */
    col.xX {
        width: 83px !important;
    }
    col.yY {
        width: 171px !important;
    }

    /* minor UI tweaks */
    /* raises width of web search results column, enabling one-line snippets  */
    div#center_col {
        width: 70% !important;
    }
    div.s {
        max-width: 100% !important;
    }

    /* corrects Top Updates position in Latest web search */
    div#rhs {
        right: -180px !important;
    }

    /* removes invite a friend box in GMail. By default this is deactivated because 
       you have to make sure in what order your invite a friend box appears. 
       Code below will hide second box in the left nav column. To activate delete 
       comment marks. If your invite friend is third box element in nav column, 
       add + div.T0.pp to the selector, if fourth element, add + div.T0.pp + div.T0.pp, so on. */
    /* 
    div.T8uMgc div.T0.pp:first-child + div.T0.pp {
        display: none !important;
    }
    */
}