#numphalit {
    font-family: 'Phetsarath OT' ;
    border-collapse: collapse;
    font-size: 1em;
    width: 90%;
   

    
  }
  
  #numphalit td, #numphalit th {
    border: 1px solid rgb(156, 156, 156);
    padding: 5px 1px;

  }
  
  #numphalit tr:nth-child(even){background-color: #6bd0ff;}
  
  #numphalit tr:hover {background-color: rgb(226, 226, 226);}
  
  #numphalit th {
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #02945e;
    color: white;
    height: 30px;
  }

  #numphalit td{
    text-align: right;
  }