<style>
table th:nth-of-type(1) {
width: 20%;
}

table th:nth-of-type(2) {
width: 80%;
}

table th:nth-of-type(3) {
    width: 40%;
    }
</style>
