.prevnext a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  
  
}

.prevnext a:hover {
  background-color: #ddd;
  color: black;
}

.prevnext .previous {
  background-color: #04AA6D;
  color: white;
}

.prevnext .next {
  background-color: #04AA6D;
  color: white;
}

.prevnext .round {
  border-radius: 50%;
}

.special
  {
    
    border-collapse:collapse; 
	width:100%;  
    
 
  } 
  
  .special th, td {
  padding: 6px;
  text-align: justify;
  font-size:20px;
  font-family: Times New Roman;
  
  line-height:1.5em;
  font-weight:500;
  border:1px solid black;
  width: auto;
 // word-break: break-word;
  word-wrap: break-word;
  //word-break: break-word;
   //text-align:justify;

  }
  
  .special a{
 color:blue;
 word-break: break-word;

  }

.special table
{
	
	width:100%;
}
    
.special tr:hover {background-color: lightblue;}
    

  

 
 /* Ist line heading */
 
  table:nth-of-type(1) tr:nth-child(1) td,table:nth-of-type(1) tr:nth-child(3) td,
  table:nth-of-type(3) tr:nth-child(1) td,   table:nth-of-type(5) tr:nth-child(1) td, 
  table:nth-of-type(5) tr:nth-child(3) td,
  table:nth-of-type(6) tr:nth-child(1) td,
  table:nth-of-type(8) tr:nth-child(1) td,table:nth-of-type(8) tr:nth-child(3) td
 {
	 background:green;
	 color:white;
	 font-weight:bold;
	 border:none;
 }
 
 /* apply styles to 1st table */
 

 	
	table:nth-of-type(1) tr:nth-child(2) td,table:nth-of-type(1) tr:nth-child(3) td,
    table:nth-of-type(1) tr:nth-child(4) td
	
	{
     
	  border:none;
    }
	
/* End of styles for table 1*/

/* 3rd table */
  table:nth-of-type(3) tr:nth-child(2) td
  {
	  border:none;
  }
  


/* 4th table */
  table:nth-of-type(5) tr:nth-child(2) td,table:nth-of-type(5) tr:nth-child(3) td,
  table:nth-of-type(5) tr:nth-child(4) td  ,table:nth-of-type(5) tr:nth-child(7) td
  {
	  border:none;
  }
  
  
/* 8th table */
    table:nth-of-type(8) tr:nth-child(2) td,table:nth-of-type(8) tr:nth-child(3) td,
	table:nth-of-type(8) tr:nth-child(4) td
	{
		border:none;
	}
	
	
  
  
  /* center text */
  table:nth-of-type(1) tr:nth-child(5) td,table:nth-of-type(1) tr:nth-child(6) td,
  table:nth-of-type(3) tr:nth-child(3) td,table:nth-of-type(3) tr:nth-child(4) td,
  table:nth-of-type(4) tr:nth-child(5) td,table:nth-of-type(4) tr:nth-child(6) td,
  table:nth-of-type(5) tr:nth-child(5) td,table:nth-of-type(5) tr:nth-child(6) td,
  table:nth-of-type(8) tr:nth-child(5) td,table:nth-of-type(8) tr:nth-child(6) td
  {
     
	  text-align:center; 
    }

/* Equal width */

 table:nth-of-type(5)  td
 {
	 width:20%;
 }

 
 
 