﻿table.possibleMatches{
    border-collapse:collapse;
}

    table.possibleMatches td.id, table.possibleMatches th.id{
        width:15%;
    }

    table.possibleMatches td.name, table.possibleMatches th.name{
        width:35%;
    }

    table.possibleMatches td.birthYear, table.possibleMatches th.birthYear{
        width:20%;
    }

    table.possibleMatches td.zipCode, table.possibleMatches th.zipCode{
        width:15%;
    }

    table.possibleMatches td.select, table.possibleMatches th.select{
        width:15%;
    }

@media only screen and (min-width: 769px) {
    
}