/*

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

*/


@media only screen and (max-width:700px) {
html {
       overflow-x: hidden;
   }
   main {
       padding-left: 10px;
       padding-right: 10px;
   }
}



img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  margin-bottom: 10px;  
}

img.logo {
    margin-top: 0px; 
    margin-bottom: 0px;  
}

/*
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
*/ 

p {
	font-size: 16px; 
	font-family: 'Fira Sans', sans-serif;
	font-weight: lighter; 
	color: #505050; 
	line-height: 26px;
}

p.tytul {
	font-weight: bold; 
	color: #3E4551;
	font-size: 18px; 
	margin-top: 10px; 
	margin-bottom: 4px; 
	font-family: 'Fira Sans', sans-serif;
	
}

div.panel {
background: #eeeeee; 
margin-top: 20px;
margin-bottom: 10px; 
}

button.accordion {
    background-color: silver;   
	font-family: 'Fira Sans', sans-serif; 
	color: rgba(24,64,133,1); 	
	font-size: 18px; 
	font-weight: light; 
	text-indent: 10px;
	}
	
	button.accordion.active, button.accordion:hover {
    background-color: #2980b9;
	color: #eeeeee; 
}

table {
  width: 90%; 
  margin-left: 4%; 
  margin-bottom: 4%; 
}
table, th, td {
  border: 1px solid silver;
  border-collapse: collapse;
}
th, td {
  padding: 7px;
  text-align: left;
}
table#t01 tr:nth-child(even) {
  background-color: #eee;
}

table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: silver;
  color: rgba(24,64,133,1); 
}