main table {
    border-collapse: collapse;
}

main tr { 
    border: solid;
    border-width: 2px 0;
}

main tr:first-child {
    border-top: none;
}

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