table {
    width: 100%;
    border-collapse: collapse;
}
tr:first-child {
    border-top: 1px solid #dadce0;
}
tr {
    border-bottom: 1px solid #dadce0;
}
td,
th {
    text-align: left;
}
th {
    background: #e8eaed;
    color: #202124;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    padding: 8px;
    vertical-align: middle;
}
td {
    padding: 7px 8px 8px;
}

