@media print {
	 a , button{display: none;}
	 input, span , table {color: black;}
	 .wrapper {border: 0px solid white; }
	  th, td {
		border: 1px solid black;
		color: black;
	}
	#London table td span,
	#Paris table td span,
	#Moscow table td span,
	#Piter table td span,
	#Tokyo table td span,
	#Berlin table td span,
	#Orel table td span,
	#Volga table td span,
	#Don table td span,
	#one table td span,
	#two table td span,
	#three table td span,
	#four table td span
	{
		color: black !important;
	}
	#Paris table td,  #Paris table  th{border: 0px solid white; }
		
	#Paris table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#Tokyo table td,  #Tokyo table  th{border: 0px solid white; }
		
	#Tokyo table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#Moscow table td,  #Moscow table  th{border: 0px solid white; }
		
	#Moscow table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#Piter table td,  #Piter table  th{border: 0px solid white; }
		
	#Piter table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#Berlin table td,  #Berlin table  th{border: 0px solid white; }
		
	#Berlin table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#London table td,  #London table  th{border: 0px solid white; }
		
	#London table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#Orel table td,  #Orel table  th{border: 0px solid white; }
		
	#Orel table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#Volga table td,  #Volga table  th{border: 0px solid white; }
		
	#Volga table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#Don table td,  #Don table  th{border: 0px solid white; }
		
	#Don table {
		margin-top: -450px;
		margin-right: 50px;
	}
	#one table td,  #one table  th{border: 0px solid white; }
		
	#one table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#two table td,  #two table  th{border: 0px solid white; }
		
	#two table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#three table td,  #three table  th{border: 0px solid white; }
		
	#three table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	#four table td,  #four table  th{border: 0px solid white; }
		
	#four table {
		margin-top: -450px;
		margin-right: 50px;
	}
	
	
		p {
	  
	  widows: 2;
	  orphans: 2;
	  
  }
  
  .position, .date, .name {
	  color: black;
  }
  
  .tab {
		visibility: hidden;
	}
  .tabcontent {
	  border: 0px solid white !important;
	  margin-right: 60px !important;
	  margin-left: 80px;
	  width: 60%;}
  
	}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
	

}

