#deck-pile {
    margin-left: -80px;
}

/* Generic pile stack style to be used by deck, discard, and market piles */
.pile-stack .pile-card {
    background-color: #2980b9; 
    box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
}

.pile-stack .pile-card:nth-child(2) { transform: translate(-3px, -3px); }
.pile-stack .pile-card:nth-child(3) { transform: translate(-6px, -6px); }

.pile-stack:hover .pile-card {
    background-color: #3498db;
}

#deck-pile .pile-card {
    background-color: #2980b9; 
}

