

.PH_0, .PH_1, .PH_2, .PH_3, .PH_4, .PH_5, .PH_6, .PH_7, .PH_8, .PH_9, .PH_10{		flex-basis: -0px;	}
.PH_0 {	flex-grow: 0;	}	.PH_1 {	flex-grow: 1;	}	.PH_2 {	flex-grow: 2;	}	.PH_3 {	flex-grow: 3;	}	.PH_4 {	flex-grow: 4;	}	.PH_5 {	flex-grow: 5;	}	.PH_6 {	flex-grow: 6;	}	.PH_7 {	flex-grow: 7;	}	.PH_8 {	flex-grow: 8;	}	.PH_9 {	flex-grow: 9;	}	.PH_10 {	flex-grow: 10;	}


.fb	{
	display: flex;
	gap: 5px;
	flex-direction: row;
	flex-wrap: wrap;
}


.tab_z	{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	margin: 5px;
}
 .tab_a, .tab_b{
	line-height: 3;
}

.tab_a {
	width: 105px;
}

.nuser {
	padding: 5px;
	margin: auto;
	min-width: 250px;
	max-width: 400px;
}



small {
	font-size: xx-small;
}

.flv {
	display: flex;
	gap: 5px;
	flex-direction: column;
		flex-wrap: wrap;
}