/* 
 * This file is LGPL licensed.
 * Initial creator: Grzegorz Krugły, www.krop.pl
 * 2006-04-25
 */
 
/* change article style on www.gazeta.pl */ 
@-moz-document domain(gazeta.pl) {
	.bbn2, .bban1, .czd, .czd + a, bban1 + br, bban1 + br + a, bban1 + br + a + br,
	bban1 + br + a + br + br, #l1m, td.bgcol_1, td.bg_1, td.bg_3, tr.wbg1, tr.wbg3,
	br.b1, table.pn, br.b2, div.br0 + table, img[src="/aliasy/wiadomek/1.gif"] {
		display: none ! important;
	}
	
	table.bgcol_2 {
		position: absolute ! important;
		left: 0 ! important;
		width: 100% ! important;
		background: white ! important;
		padding: 1em ! important;
		border: solid 4px #ccc ! important;
	}
	
	table.bgcol_2 * {
		font-family: Calibri ! important;
		font-size: 12pt ! important;
		line-height: 20pt ! important;
		text-align: justify ! important;
	}
	
	#artykul {
		-moz-column-width: 20em ! important;
		-moz-column-gap: 2em ! important;
	}
	
	#t5 * {
		font-size: 20pt ! important;
	}
	
	#t1, #t1 * {
		font-size: 8pt ! important;
		line-height: 12pt ! important;
	}
	
	#t1 span {
		font-weight: bold ! important;
	}
	
	a.c1n {
		text-align: left ! important;
	}
	
	#t1 img {
		border: solid 1px black ! important; 
	}
}

