.about_tn table {
    text-align:center;
    margin: auto;
    width: 500px;
    height: auto;
      border: 1px solid white;
      border-collapse: collapse;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px black;
      /*overflow-x: auto;*/
    }
    
   .about_tn_tbody td
   {
    width:100%;
   } 
    .about_tn tbody tr {
      transition: all .2s ease-in;
      cursor: pointer;
      background: #E0E0E0;
    }
    .about_tn tbody tr:hover{
      background-color: #FFFFE0;
      transform: scale(1.02);
      
    }
    th,td{
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid white;
    }
    
    .tables{
    font-family:inherit;
    }
    
    