/* Copyright by MrK-web.pl */

@media screen and (max-width: 920px) {
	#menu-pc
	  {
	    display: none;
	  }
	#pc
	  {
	    display: none;
	  }
	#top-media
	  {
		margin-top: 20px;
	  }
}

@media (min-width: 920px) {
  #menu-mobilne
	  {
	    display: none;
	  }
  #mobilne
	  {
	    display: none;
	  }	  
   #menu-pc
	  {
		margin-top: -170px;
	  }
	  
   #top-media
	  {
		margin-top: -80px;
	  }
}

.panel-top { 
    background: #fff;
	padding: 10px 10px 10px 10px;
	margin-left: 50px;
	width: 80%;
	overflow: hidden;
	border-radius: 10px;
}

.kratka { 
    background: #01203d;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
    margin-left: 5px;
	margin-top: 3px;
}

#ost-akt  li {
  border-bottom:1px solid #c2c5c7;
  display: block;
  padding: 5px 5px 5px 5px;

}

#srodek {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px 10px;
  color: #232322;
  border-radius: 10px;
}

#srodek img{
  max-width: 100%;
  height: auto;
}


.panel-bok { 
    background: #fff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 10px;
}

#tabela  li {
  border-bottom:1px solid #c2c5c7;
  display: block;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
}

#ost-wywiady  li {
  border-bottom:1px solid #c2c5c7;
  display: block;
  padding: 5px 5px 5px 5px;
}




 /*MrK - koniec kodu szablonu*/