/*
Edytować delikatnie, zachowywać porządek!
Style dotyczą wszystkich stron - zawartość główna (main content)
*/

h1, h2 {
color: black;
margin: 20px 0 20px 0px;
font-size: 20px;
}

h2 {
font-size: 16px;
}

p, ul, #table td, #table th {
color: #404040;
font-size: 13px;
line-height: 20px;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

ol {
padding-left: 20px;
}

li {
background: transparent url(../Images/list-arrow-blue.aspx) no-repeat 0 3px;
color: #404040;
padding-left: 20px;
}

ol li {
background: none;
padding-left: 0px;
}

a, a:visited {
color: #404040;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: underline;
}

#table {
border-collapse: collapse;
border: solid 1px #8fd9ff;
}

#small p, #small ul{
font-size: 11px;
line-height: 15px;
}

#small li {
background: transparent url(../Images/list-arrow-blue-small.aspx) no-repeat 0 3px;
padding-left: 15px;
font-size: 11px;
}

#table th {
background-color: #0080c3;
color: white;
padding: 7px;
border-collapse: collapse;
border: solid 1px #014c85;
}

#table td {
background-color: #daf3ff;
padding: 7px;
border-collapse: collapse;
border: solid 1px #8fd9ff;
}

span.PollQuestion{
font-size: 16px;
}