﻿.blackjack-drawdeck {
    height: 190px;
    width: 140px;
    float: left;
}

.blackjack-drawdeck:not(:first-child) {
    margin-left: -130px;
}
