#wszystko
{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Calibri;	
 color: black;
  clear:both;
 
}
#pojemnik
{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Calibri;	
 color: black;
 
}
#tytul
{
	width:950px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
	font-size:48px;
	 font-family: Arial;
}

#wykres1
{

	width:900px;
	text-align:center;
  margin-left:1px;
  left:10px;
  float:left;
  
  
	
}

#wykres3
{
	float:left;
	width:900px;
	text-align:center;
}

#suwaki
{
	width: 450px;
  font-size:28px;
}

#suwak1
{
   float:left;
  width: 450px;
}

#suwak2
{
   float:left;
  width: 450px;
}



.wykresy
{

}

.slider::-moz-range-thumb{
  height: 20px;
  width: 40px;
  background: #0000ff;
  cursor: pointer; 
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;

  height: 20px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px; 
  box-shadow: inset 0px 1px 3px rgba(0,0,0,0.9);
}