img#logo {
    display:block;
    margin:0 auto;
}

table {
    table-layout: fixed;
    margin: 10px auto;
}

th {
    height: 40px;
    padding: 0px 5px;
    text-align: center;
    color: #004080;
    background: #D0D0D0;
}

th.nazwa {
    width: 250px;
}

th.punkty {
    width:75px;
}

td {
    height: 25px;
    text-align: center;
    color: #004080;
    background: #E0E0E0;
}

table.sortable tr:hover td {
	background: #D0D0D0
}

caption.tytul_tab{
	margin-top: 10px;
	color: #004080;
	font-weight:bold;
	font-size: 16px;
}

p.uwaga {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: small;
}

div.rzad {
	clear: both;
}

div#patron {
	width:500px;
	margin: 5px 20px;
	text-align: center;
	border: 1px solid #C4C4C4;
}

div#patron h3 {
	font-size: 14px;
    line-height: 16px;
	color: #606060;
}

div#patron strong {
	font-size: 18px;
}

img.logo {
	border: 0px;
	margin: 5px 20px;
	vertical-align: middle;
}
div.album {
	border-bottom: none !important;
}