table {
    border: 1px solid black;
}


table.player{
    padding: 5px;
}

td.picker {
    background-color: yellow;
}

td {
    text-align: center;
}

td.dealer {
    border: 2px solid black;
}

img.card {
    height: 120px;
    width: 75px;
    border: 2px;
}

.chat {
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    text-align: left;
}

.fake-link{
    color: blue;
    text-decoration: underline;
}

.picker{
    background-color: yellow;
}
