		
		
	
		
TABLE {
  
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
	table-layout: auto; 
	font-size: 78px;
	width: 700px;
    opacity: 0.2;
	margin: auto;
	font-weight:700;
	font-family:"Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
	margin-bottom:40px;
	margin-top:40px;

   }
		 TD, TH {
		
    border: 1px solid black; /* Параметры рамки */
    background-repeat: no-repeat ;	
	 background-position: center center;
   
   }
   
@media (max-width: 980px)
{
TABLE {
  
	font-size: 64px;
	width: 600px;

	margin-bottom:30px;
	margin-top:30px;
	font-weight:500;

   }
}  

@media (max-width: 740px)
{
TABLE {
  
	font-size: 56px;
	width: 85%;
	font-weight:400;

   }
}  

@media (max-width: 480px) {

TABLE {
  
	font-size: 40px;
	width: 90%;

	font-weight:400;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:300;

   }
}