.mf-data-sheet table{
    width: 100%;
    border-collapse: collapse;
}
.mf-data-sheet th,
.mf-data-sheet td{
    border: 1px solid gray;
    padding: 0.5em;
    text-align: left;
}
.mf-data-sheet th{
    background: lightgray;
}
