.info #table-container
  {
    width: 100%;    
    border-collapse:collapse; 
  }  

.info #table-container img
{
  width:100px;
  height:100px;
  
} 

.info #table-container a
  {
    color:blue;
	text-decoration:none;
  }  
.info #table-container th, td {
  padding: 3px;
  text-align: center;
  font-size:1.3em;
  font-family: Times New Roman;
  
  line-height:1.5em;
  font-weight:600;
  border:1px solid black;
 
  }
    

.info #table-container tr:hover {

background-color: lightblue;


} 
    
.info #table-container tr:nth-child(1) {
   color:blue;
   
  }
.info #table-container tr:nth-child(2) {
   color:blue;
   
  }

 .info #table-container td:nth-child(2) {
   width:28%;
   
   
  } 
.info #table-container td:nth-child(3) {
   width:20%;
   color: brown;
   
  } 
 .info #table-container td:nth-child(4) {
   width:10%;
   
  } 

.info #table-container td:nth-child(2) {
   text-align:left;
   
  }
  
  .info #table-container td:nth-child(5) {
   
   color: blue;
   
  }