* {
	padding:0;
	margin:0;
}
#seriale iframe{
	width :300px;
	height: 160px;
	border: 0px;
}
html 
{
	width:100%;
	height:100%;
}
body 
{
	font-family:Arial, Helvetica, Sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight:400;
	color:#434343;
	background:#acdcff;
}
#do{
	font-size: 26px;
}
.odstep {
	width: 20px;
	float: right;
}
.odstep td{
 float:right;
 width:30px;
}
.container 
{
	margin:0 auto;
}

header 
{
	margin:25px 0;
}
header img {
	width:100%;
}

aside {
	float:left;
	margin:0 0 25px;
}
aside nav ul 
{
	list-style:none;
}
aside nav ul li {
	margin-bottom:1px;
}
aside nav ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	background:#FFC000;
	padding:8px 20px;
}
aside nav ul li a:hover
{
	background:#212121;
	color:#FFF;
}
#statystyki {
	color: white;
	float:left;
	margin:0 0 25px;
	background: #000;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	text-decoration: 

}
#statystyki table,#statystyki th, #statystyki td {
	margin:auto;
	padding: 25px;
	background: #323232;
	border-collapse: collapse;
	border: 5px solid black;
	border-radius: 15px;
	font-size: 25px;

}


#petycja {
	float:left;
	margin:0 0 25px;
	background: #FFF;
	padding: 5px;
	border-radius: 10px;
}
#podpisz {
	color: white;
	float:left;
	margin:0 0 25px;
	background: #3D9EDD;
	padding: 5px;
	border-radius: 10px;
}
#seriale {
	color: white;
	float:left;
	margin:0 0 25px;
	background: #11C206;
	padding: 5px;
	border-radius: 10px;
}
#dodano {
	width: 100%;
	color: white;
	float:left;
	margin:auto auto 25px;
	background: #11C206;
	padding: 5px;
	border-radius: 10px;
}
#niedodano{
	width: 100%;
	color: white;
	float:left;
	margin:auto auto 25px;
	background: #CC3200;
	padding: 5px;
	border-radius: 10px;

}
#dane
{
margin: auto;
}
#dane input
{
height: 30px;
padding: 0;
}
footer {
	clear:both;
	color:#FFF;
	background:#262626;
	padding:15px 0 15px 30px;
	margin:0 0 25px;
	border-radius: 10px;
}


@media (min-width: 1100px) {
	.container {width:1050px;}
	#petycja{width:100%;}
	#seriale {width:100%;}
	#podpisz {width:100%;}
	#statystyki {width:100%;}
	#dane {width: 450px;}
}
@media (max-width: 1100px) and (min-width: 1000px) {
	.container {width:950px;}
	#seriale {width:100%;}
	#petycja {width:100%;}
	#podpisz {width:100%;}
	#statystyki {width:100%;}
	#dane {width: 450px;}
}
@media (max-width: 1000px) and (min-width: 800px) {
	.container {width:750px;}
	#petycja {width:100%;}
	#seriale {width:100%;}
	#podpisz {width:100%;}
	#statystyki {width:100%;}
	#dane {width: 450px;}
}
@media (max-width: 800px) and (min-width: 500px) {
	.container {width:450px;}
	#seriale {width:100%;}
	#petycja {width:100%;}
	#podpisz {width:100%;}
	#statystyki {width:100%;}
	#dane {width: 80%;}
	#dane input
{
width: 150px;
height: 30px;
padding: 0;
}
}
@media (max-width: 500px) {
	.container {width:90%;}
	#petycja {width:100%;}
	#seriale {width:100%;}
	#podpisz {width:100%;}
	#statystyki {width:100%;}
	#dane {width: 30%;}
	#dane input
{
width: 150px;
height: 30px;
padding: 0;
}
}