table {
    border-collapse: collapse
}
table, th {
    border: 1px solid black;
}

td {
    text-align: center;
}

.♥, .♦ {
    color: red;
}

.☺ {
    background-color: yellow;
}

td input {
    width: 5em;
    margin: 2px;
}

.totals {
    text-align: right;
}

.invis {
    display: none;
}

.visible {
    visibility: visible;
}
div.playerNames {
    padding-top: 5px;
}

.handRow {
    border-top: 1px solid black
}

.cards, .suits {
    font-size:  200%
}

.badInput {
    background-color: red;
    color: black;
    font-weight: bold
}