table, td {
    border:1px solid #e9e9e9;
    text-align: left;
}
th {
    background: lighten($color__light-gray,20%);
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}
