table.list {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    border-bottom: 1px solid black;
}

tr:last-child td {
  border-bottom: none;
}

th {
    border-bottom: 1px solid black;
}

@media screen and (max-width: 900px) {
    .content {
        overflow: scroll;
    }
}