table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    table-layout: fixed;

}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

table tr td:nth-of-type(2){
    padding: 10px 50px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}


th {
    background-color: #f2f2f2;
}