#dead-cards .dead-card {
    width: 48px !important;
}
#deck img {
    width: 17px;
}
#board{
    display: flex;
    gap: 6px;
}
div.seat img {
    display: inline-flex;
}
#wrapper {
    height: 100vh;
    padding: 60px 0px;
}
#dead-cards {
    width: 100% !important;
    padding: 0px 0 6px 10px !important;
}
div#dead-card-img {
    display: flex;
    gap: 6px;
}
div.col1 {
    float: left;
    padding: 0 0px 0 0px !important;
}
div#middle {
    width: 100% !important;
}
div.seat div.hand-odds {
    width: 100px !important;
    height: 40px !important;
    margin-left: 2px !important;
    bottom: 3px !important;
}
.seat {
    width: 110px !important;
}
.seat img {
    margin: 0 1px !important;
}