
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
th, td {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color:#636161;
}
th {
    width: 30%;
}
ul {
    padding-left: 20px;
}