/* CSS Document */

@media all and (min-width:0px) {
	div.tresc .tresc_prawe{
		width:270px;
	}
	div.tresc .tresc_lewe{
		vertical-align: top;
	}
}
@media all and (min-width:630px) {
	div.tresc .tresc_prawe{
		width:300px;
		float: right;
	}
	div.tresc .tresc_lewe{
		float:left;
		vertical-align: top;
	}
}