div#statystyki {
width:100%;	
padding:30px 0 0 0;
}

div#statystyki > div {
padding: 0 17px;	
}

div#statystyki h2 {
font-size: 20px;
color: #9d032a;
font-weight: 600;
background: url('../img/domyslna_h2.png') left center no-repeat;
padding: 0 0 0 17px;	
margin-bottom:30px;
}

div#statystyki h3 {
font-size: 18px;
color: #9d032a;
font-weight: 400;	
text-align:center;
text-transform:uppercase;
line-height:130%;
}

div#statystyki h4 {
font-size: 16px;
color: #9d032a;
font-weight: 300;	
text-align:center;
text-transform:lowercase;
line-height:130%;
padding-bottom:50px;
}

div#statystyki table {
width:100%; 	
margin-bottom:50px;
font-size:16px;
font-weight:300;
color:#000;
}

div#statystyki table tr td {
padding:17px 30px;	
border:1px solid #e1e1e1;
}

div#statystyki table tr th {
text-align:left;	
padding:17px 30px;	
background-color:#f4f4f4;
border-bottom:1px solid #e1e1e1;
border-left:1px solid #f4f4f4;
border-right:1px solid #f4f4f4;
}

div#statystyki table tr td:nth-child(1) {
border-right:0;	
}

div#statystyki table tr td:nth-child(2) {
width:40%;
text-align:right;
border-left:0;		
}

div#statystyki table tr th:nth-child(2) {
text-align:right;	
}