body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    width: 100vw;
}

a:hover {
    filter: invert(0.1);
}

header {
    padding: 15px;
    text-align: center;
}

header hr {
    width: 80vw;
    margin: 1% auto;
}

header img {
    height: 20vh;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #555;
}

nav ul li:nth-last-child(1) {
    border: none;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav a:hover {
    filter: invert(0.3);
}

nav .facebook{
    color: #3b5998;
}

nav .live {
    color: #f00;
}

nav .live img {
    height: 0.5em;
    transform: translateY(-25%);
    margin-right: 0.2em;
}

nav .facebook img {
    height: 1em;
    transform: translateY(10%);
    margin-right: 0.2em;
}

section {
    margin: 20px;
}

button {
    background-color: #555;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    bottom: 0;
    width: 100%;
}

.baner {
    text-align: center;
}

.content {
    text-align: justify;
    width: 80vw;
    margin: auto;
}

.content h2 {
    text-align: center;
}

.content p {
    text-align: justify;
}

.content p a{
    color: #333;
}

.content .column {
    float: left;
    min-width: 300px;
    width: 40%;
    margin: 5%;
    margin-top: 0%;
}

.content .soloColumn {
    width: 20%; 
    margin: auto; 
    text-align: justify;
    letter-spacing: 0.06em;
}

.content .column dt a {
    color: #000;
}

.content .column dd {
    font-size: small;
    margin-inline-start: 1em;
}

.content .column p a {
    color: #000;
}

.important {
    color: #f00;
    font-weight: bold;
    font-size: x-large;
}

.info {
    display: block;
    width: 80%;
    margin: auto;
}


table {
    margin: auto;
    border-collapse: collapse;
    margin-top: 20px;
    width: 80%;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 0px 10px;
    text-align: left;
}

table p {
    margin: 1% 5% !important;
    width: fit-content !important;
}

@media (max-width: 768px) {
    .limitOgloszenia {
        width: 100vw;
    }

    .content {
        width: 100vw !important;
	margin: none !important;
    }

    .ogloszenia {
        white-space: pre-line;
	overflow: auto;
    }

    td {
        width: fit-content;
    }
}

.ogloszenia {
    width: 90vw;
}

.ogloszenia tr td:nth-child(1) {
    font-weight: 800;
}

.odeszli {
    margin-top: 20px;
}

.odeszli hr {
    border: none;
    border-top: 2px solid #333;
    margin: 10px 0;
}

.odeszli img {
    margin: auto;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.odeszli ul {
    color: rgba(121, 43, 108);
    font-weight: bold;
    list-style-type: "+";
    letter-spacing: 0.1em;
}

.ostatnieOgloszenia {
    float: right;
    width: 30%;
    margin-left: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.ostatnieOgloszenia h3 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.ostatnieOgloszenia ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ostatnieOgloszenia li {
    margin-bottom: 10px;
}

.ostatnieOgloszenia a {
    color: #00f;
    text-decoration: none;
    font-weight: bold;
}

.ostatnieOgloszenia a:hover {
    text-decoration: underline;
}

.flexdisplay {
    margin-bottom: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flexdisplay a {
    color: #333;
    background-color: #eee;
    margin: 1% 3% 0% 3% !important;
    border: 1px solid #555;
    padding: 0.7em;
    border-radius: 7px;
    text-decoration: none;
}

.flexdisplay img {
    border-radius: 7px;
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    filter: red;
}


.slowoDnia p {
    margin: 0;
}

.slowoDnia h1 {
    margin-top: 3%;
}

.slowoDnia b {
    font-weight: normal;
}

.slowoDnia .bncd-webwidget-banner-container {
    display: none !important;
}


.slowoDnia .bncd-webwidget-container {
    margin: 0;
    overflow-y: visible;
    width: 100%;
}

.slowoDnia .bncd-webwidget-background-image .bncd-webwidget-date,
.slowoDnia .bncd-webwidget-background-image .bncd-webwidget-text-red {
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #00f;
}

.slowoDnia .bncd-webwidget-text {
    font-family: Brush Script MT;
    margin: 0;
}

.slowoDnia .bncd-webwidget-text-source {
    color: red;
    margin-bottom: 1%;
    font-family: 'Courier New', Courier, monospace;
}