
container{
}
body{
	margin: 0;
}
form
{
  max-width: 850px;
  width:100%;
  background: white;
  margin: 0;

}
h3{
	margin: 0;
    padding-bottom: 10px;
}
.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0px;
   }
   
.MsoNormal{
 display: grid;
  justify-content: end;
  line-height:125%;
  font-family:"Times New Roman","serif"
}
.zag
{
  text-align:center;
  font-size: 18px;
  line-height: 20px;
}
ul {
    list-style: none;
}

ul li:before {
    content:  "–";
    position: relative;
    left:     -10px;
}
.nobord
{
  border: none;
}

.header-1{
  text-align: center;
}
.header  {
  margin-left: 50%;
  text-align: left;
}
.grid{
  display: grid;
  grid-template: repeat(1,auto) / repeat(5,auto);
justify-content: space-between;
}
.fl{
  
  

}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}


.tit{
  text-align: center;
}
#p1  {
	font-family: 'berlingskeserif-rg';
    font-size: 18px;
    line-height: 20px;
    /*margin-bottom: 17px; */
	padding:9px 25px 6px 25px;
}
.article-link {
      color: #329a32;
    border-color: rgba(50, 154, 50, 0.2);

}
.print-doc {
	text-decoration: none; 
	padding: 4px 12px;          
	background: linear-gradient(#c90501, #6e0301);       
	border: solid 1px #440200;        
	border-bottom: solid 1px #6e0301;        
	box-shadow: inset 0 0 0 1px #f00500;     
	color: #fff;       
	text-shadow: 0 1px 0 #7b502e;
	outline-color: #ccc;
}
button{
	font-family: 'berlingskeserif-rg';
    font-size: 17px;
	cursor:pointer;
	text-decoration: none;
	padding: 4px 12px;          
	background: linear-gradient(#c90501, #6e0301);
	border: solid 1px #440200; 
	border-bottom: solid 1px #6e0301; 
	box-shadow: inset 0 0 0 1px #f00500;
	color: #fff;
	text-shadow: 0 1px 0 #7b502e;
	outline-color: #ccc;
}
.copy 
{
	background: rgba(217, 235, 241, 1);
	position: relative;  
}
table{
  border-collapse: collapse;
  border-spacing:0;
  margin-bottom: 10px;
  margin-top: 10px;
}
th{
   font-size: 14px;
   line-height: 14px;
  border:solid 1px grey;
  padding: 5px;
  
}
td{
   font-size: 16px;
   line-height: 14px;
  border:solid 1px grey;
  padding: 5px;
  line-height: inherit;
  
}
.podpis{
  color:blue;
  margin-right: 25px;
  font-style: italic;
font-family: 'Caveat';
  border-bottom: 1px black solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.podp{
    width: 17%;
    margin-right: 25px;
    margin-bottom: -10px;
}

.podp2{
    height: 62px;
    margin-bottom: -47px;
    margin-right: 70px;
    margin-top: -23px;
}



@media print  {
	.shadow {box-shadow:none;
	}
	}
@media copy {
  p:delete
}
.copy 
{

background: rgba(217, 235, 241, 1);
position: relative;
 
  
}
@media screen and (max-width:600px){
    form {
        width: 100%; 
       
    }
    }