@charset "utf-8";
/* CSS Document */

.dwiekolumny, .trzykolumny {
    -webkit-columns: 	1;
    -moz-columns: 		1;
    columns: 			1;	
}

.dwiekolumnystatyczne div,
.dwiekolumnystatyczne div:nth-child(1),
.dwiekolumnystatyczne div:nth-child(2) {
	float: 					none !important;
	clear: 					both !important;
	width: 					100% !important;	
    max-width: 				100%;	
	margin:					0 !important;
}

