@charset "UTF-8";

/* przykładowy wpis: */

/* styl treści artykułów */
.content_tresc .tresc p
{
	color: #303030;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

@media screen and (max-width: 768px) {

body {
    width: 100% !important;
    overflow-x: hidden !important;
}

#container,
.container,
.wrapper,
.content {
    width: 100% !important;
    max-width: 100% !important;
}

table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

iframe {
    max-width: 100% !important;
}

.menu,
nav,
ul {
    width: 100% !important;
}

}