table th:first-child,
table td:first-child {
    width: 50%;
    text-align: left;
}

table th:nth-child(2),
table td:nth-child(2),
table th:nth-child(3),
table td:nth-child(3) {
    width: 25%;
    text-align: center;
}