#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5); /* 0.5 */
    z-index: 1000;
	opacity: 0.8; /* przezroczystosc, transparency */
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}
table {
	margin: 10px 5px 1px 5px;
	border-collapse: collapse;
	display: inline-block;
}
table tr th, table tr td { 
	background: white; /* #3B3B3B  */
	color: black; /* #FFF */
	padding: 4px 20px;
	text-align: left;
	border-bottom: 1px solid #000000;
}
/*

ś = &#347
ó = &#243
ą = &#261
ć = &#263
ę = &#281
ń = &#324
ł = &#322
ż = &#380
ź = &#378
Ł = &#321
¦ = &#346
Ć = &#262

*/
