table th, table td {
 # padding: 10px 20px;
}



  table.center {
    margin-left:auto; 
    margin-right:auto;
  }
 
.linkToRefrence{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}