Szablon:Multiuserbox/styles.css

.flex_rodzic{
     display:flex;
     flex-wrap:wrap;
     height:auto;
     width:auto;
     text-align:left !important;
}
.flex_dziecko{
	display:flex;
	flex-direction:column;
	width:246px;
	height:auto;
	margin-right:2px;
	margin-bottom:2px;
}
.flex_dziecko_dziecka_1{
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	width:240px;
	height:23px;
	background:white;
	line-height:18px;
	font-size: calc(12px * 1.036);
	white-space:nowrap;
	padding:0px 2px 0px 2px;
    overflow:hidden;
}
.flex_dziecko_dziecka_2{
	border: 1px solid;
	width:240px;
	padding:2px;
	height:100%;
	background:white;
	overflow:hidden;
}
.tabelka{
	display:table;
	width:auto;
	height:100%;
	margin:auto auto;
}
.komórka{
	display:table-cell;
	width:auto;
	height:100%;
	vertical-align:middle;
}
/*{{Kategoria|Szablony - arkusze stylów}}*/