table tr td , table thead th{
    border-right: 1px solid rgb(189, 189, 202) !important;
  }

  table tr td:last-of-type , table thead th:last-of-type{
      border: none;
  }
 
  table tr td:nth-child(1), table thead th:nth-child(1){
      border-right:none !important ;
  }

table tr, table thead{
    border-bottom: 1px solid rgb(189, 189, 202) !important;

}
table tr:last-of-type{
    border: none !important;
}