/*
Theme Name: ATF EVERT
Author: Ravenol
Description: Samodzielny motyw portalu ATF EVERT — bez Elementora, Ultimate Member i ACF. Custom auth, szablony stron i procedury (z zewnętrznego API). Wgrywany jako osobny motyw obok starego evert-theme; przełączenie przez aktywację + narzędzie migracji.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: atfevert
*/



.kontakt_table tr th{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	background-color: #d0d1cf;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.kontakt_table tr td{
	text-align: center;
	font-size: 21px;
	border: none;
	background: none !important;
	border-bottom: 1px solid #d0d1cf;
	padding-top: 2px;
	padding-bottom: 2px;
}
.kontakt_table tr th:first-child,
.kontakt_table tr td:first-child{
	padding-left: 20px;
}

/* kolor tła naprzemiennie dla listy procedur */
article:nth-child(odd) {
    background-color: #f5f5f5; 
}




