.pointCard:hover, .tradeCard:hover {
    box-shadow: 0px 0px 3px 3px rgba(0,0,0, .5),
                inset 0 0 0 1pt darkgray;
}


.pointCard, .tradeCard {
    background-size: cover;
    border: 2px solid grey;
    border-radius: 10px;
    position:relative;
    box-sizing: border-box;
    height:163px;
    width:112px;
    padding:5px;
    margin:5px;
    float:left;
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0, .5),
                inset 0 0 0 1pt darkgray;

}

.usable {
    box-shadow: 0px 0px 3px 3px rgb(126, 255, 147),
                inset 0 0 0 1pt darkgray!important;
}

.pointCard.usable:hover, .tradeCard.usable:hover {
    border: 2px solid rgb(126, 255, 147)!important;
    box-shadow: 0px 0px 3px 3px rgb(126, 255, 147),
                inset 0 0 3px 3px rgb(126, 255, 147)!important;
}


.pointCard .container {
    position:absolute;
    text-align:center;
    font-size:24px;
    width:112px;
    left:0px;
    bottom:0px;
}

.tradeCard {
    text-align:left;
}

.tradeCard .bid {
    position:absolute;
    bottom:5px;
    right:0px;
    margin-left:30px;
    padding-left:2px;
    margin-right:8px;
    background-color: rgba(255,255,255, .6);
    border: 1px solid grey;
    border-radius: 5px;
}

.tradeCard .container {
    background-color: rgba(255,255,255, .6);
    border: 1px solid grey;
    border-radius: 5px;
    width:16px;
    padding-left:2px;
    padding-right:2px;
    padding-top:1px;
    padding-bottom:1px;
}

.tradeCard .container div {
    width:16px;
    line-height:0px;
    text-align:left;
}


.gem {
    width:16px;
    height:16px;
}
