.table{

    width:100%;
    background:white;
    border-collapse:collapse;
    border-radius:15px;
    overflow:hidden;

}

.table th{

    background:#f3f4f6;

}

.table th,
.table td{

    padding:14px;
    border-bottom:1px solid #eee;

}