div#stopka {
width:100%;	
font-size:11px;
color:#000000;
padding:0 0 0 0;
display:table;
}

div#stopka > div {
display:table-cell;;
vertical-align:middle;	
border-top:1px solid #e7e7e7;
padding-top:1%;
padding-bottom:1%;
}

div#stopka > div:nth-child(1) {
width:10%;
}

div#stopka > div:nth-child(2) {

}

div#stopka > div:nth-child(2) img {	
}

div#stopka > div:nth-last-child(1) {
width:10%;
border-top:none;	
}

div#stopka > div:nth-last-child(2) {
text-align:right;	
}

div#stopka a {
text-decoration:none;
color:#000000;	
}