.pile { 
    position: relative;
    width: 57px; /*71px;*/
    border: 1px solid black;
    height: 76px; /*96px;*/
    cursor: default;
    background-color: #d8d7d7;
}
#playground p
{
    position:relative;
}
#playground button
{
    display:none;
}
#gameMessage
{
    color:#E7F8CF;
    background: inherit;
    position:absolute;
    right:5px;
    top: 5px;
}
