/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------DIV GŁÓWNY - KONTENER */
.Pomoce {
    margin-top: 15px; 
    padding: 0;
    margin-left: auto; margin-right: auto;
    width: 1000px;
    font-size: 12px;
    text-align: center;
	color: #595959;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- TYTUŁ */
.Pomocet {
	display: flex;
    background-color: #ff0000;
    color: #f2f2f2;
    font-weight: bold;
	padding: 5px;
    border: 1px solid #cc0000;
    text-align: left;
    border-radius: 5px;
	font-size: 14px;
}
.Pomocet_1 {
	width: 715px;
	padding: 3px 0px 2px 10px;
	letter-spacing: 1px;
}
.Pomocet_2 {
		width: 275px;
		font-size: 12px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- BODY */
.Pomoceb {
    margin-top: 10px;
	padding: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- LISTA */
.Pomoceb_1 {
    display: flex;
	padding: 2px 0px;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.Pomoceb_1Rep1 {		/* ----------------------------------- ID_REPR */
	width: 50px;
}
.Pomoceb_1Rep2 {		/* ----------------------------------- IMIĘ */
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
.Pomoceb_1Rep3 {		/* ----------------------------------- NAZWISKO*/
	width: 200px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.Pomoceb_1Rep4 {		/* ----------------------------------- DATA */
	width: 80px;
}
.Pomoceb_1Rep5 {		/* ----------------------------------- POZYCJA */
	width: 50px;
}
.Pomoceb_1Rep6 {		/* ----------------------------------- DEBIUT */
	width: 100px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- LISTA */
.Pomoceb_1Stad1 {		/* ----------------------------------- ID_STADION */
	width: 50px;
}
.Pomoceb_1Stad2 {		/* ----------------------------------- Nazwa */
	width: 200px;
}
.Pomoceb_1Stad3 {		/* ----------------------------------- MIASTO*/
	width: 100px;
}
.Pomoceb_1Stad4 {		/* ----------------------------------- PAŃSTWO */
	width: 100px;
}
.Pomoceb_1Stad5 {		/* ----------------------------------- FLAGA */
	width: 50px;
}
.Pomoceb_1Stad6 {		/* ----------------------------------- MIASTO EN */
	width: 100px;
}
.Pomoceb_1Stad7 {		/* ----------------------------------- PEŁNA NAZWA */
	width: 200px;
}