#table_top {
    position: relative;
}

#players {
    width: 100%;
    padding-bottom: 1em;
}

#draw_pile {
    background-size: cover;
    border: 1px solid #bdbdbd;
    border-radius: 0.5em;

    position: relative;

    float: right;

    width: 114px;
    height: 160px;

    background-image: url('/web/kittens/images/back.jpg');
}

.discard_pile {
    color: #fff;
    font-size: 1em;
    text-align: center;

    position: relative;
    float: left;

    margin-bottom: 0.5em;

    width: 100%;
    height: 12em;
}

.player span {
    color: #fff;
}

.discard_pile_inactive {
    background-color: #f2f2f2;
    border: 1px solid #bdbdbd;
}

.discard_pile_active {
    background-color: #e9e9e9;
    border: 1px solid #bdbdbd;
}

.discard_pile_hover {
    border: 1px solid #7f7f7f;
}
