.card{background-image:url(img/cards.jpg);background-position:0 0;background-size:1200% 700%;display:inline-block;height:154px;width:100px;z-index:1}.birdhouse,.card{border-radius:8px;box-shadow:2px 2px 4px #000;position:absolute}.birdhouse{background-image:url(img/birdhouse.jpg);background-size:100% 100%;height:85px;left:0;top:16px;width:149px}.startingPlayer{bottom:8px;height:100px;position:absolute;right:2px;transform:scale(.25);transform-origin:100px 100px;width:100px}.eggIcon,.seedIcon,.startingPlayer{background-image:url(img/icons.png)}.card.feeder{transform:rotate(90deg)}.card.seed1{background-position:0 -600%}.card.seed1,.card.seed2{transform:rotate(90deg);transform-origin:77px 77px}.card.seed2{background-position:-100% -600%}.card.seed3{background-position:-200% -600%;transform:rotate(90deg);transform-origin:77px 77px}.seedIcon{background-position:-178px 0;transform:scale(.4);transform-origin:0 -42px;width:100px}.eggIcon,.seedIcon{height:100px;position:absolute}.eggIcon{background-position:-100px 0;transform:scale(.32);transform-origin:0 -32px;width:78px}.cardCount{border:1px solid #000;color:#fff;display:inline-block;font-weight:700;height:20px;padding:4px;text-align:center;text-shadow:2px 2px #000;width:20px}.pinkBird{background-color:#e72988}.yellowBird{background-color:#eed401}.blueBird{background-color:#1773ba}.greenBird{background-color:#458338}.grayBird{background-color:#a3928b}.orangeBird{background-color:#dd9e3f}.perch{left:160px;position:relative;width:calc(100% - 160px)}.birdcard{border-radius:8px;box-shadow:2px 2px 4px #000}.card.tooltip{height:308px;width:200px}.card.tooltip,.tooltip2{display:block;position:static}.tooltip2{height:200px;width:308px}.seed{height:100px;width:154px}.bad,.seed{position:absolute}.bad{height:154px;width:100px}.crow{background-position:-300% -600%}.squirrel{background-position:-400% -600%}.feederDeck{background-position:-500% -600%;transform:rotate(90deg);transform-origin:77px 77px}.stockitem_selected{border:2px solid red!important}.selectable{border:2px solid cyan;cursor:pointer}.selected{border:2px solid red}.onPerch{transform:translateY(-20px)}#birdCollection{display:flex;flex-direction:column;grid-area:"collection"}#otherPlayerArea{order:1}#currentPlayerArea{order:-1}#currentPlayerHand{order:-2}#grid_container{display:grid;grid-template-areas:"birdhouse" "collection";grid-template-columns:auto}@media only screen and (min-width:1500px){#grid_container{grid-template-areas:"birdhouse collection";grid-template-columns:740px auto}#otherPlayerArea{order:0}#currentPlayerArea{order:1}#currentPlayerHand{order:2}}table.scoreTable{border:2px solid #000;margin:auto}.scoreTable td{border-left:2px solid #000;padding:4px 10px}.score{text-align:center}.scoreTotal{background-color:#9acd32;font-weight:700}