.top-row td {
    border-bottom: 1px dashed black;
    border-top: 1px solid black;
}

.bottom-row td {
    border-bottom: 1px solid black;
    border-top: 1px dashed black;
}

a {
    color: black;
    text-decoration: none;
}

#seasons-table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

#seasons-table th, td {
    padding: 15px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin: 0;
}