table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}

table td:first-child {
    width: 15%;
}
  
table td:nth-child(2) {
    width: 25%;
}