﻿.Cards {
    position: absolute;
}

.CardOverlay {
    position:absolute;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 374px;
    height: 124px;
    background-color: white;
    z-index: 100;
    top: 300px;
    left: 0;
    opacity: 0.8;
}
.CardsLoading{
    display:none;
}
.InitLoading {
    font-size: 25px;
    display: none;
}
.InitiateAction a {
    padding: 3px 10px 3px 10px;
    background-color: #ff0040;
    color: white;
    font-weight: bold;
}
    .InitiateAction a:hover {
        text-decoration:none;
    }

.GameTable {
    position: relative;
    width: 374px;
    height: 420px;
    margin: auto;
}

.PlayTrumps {
    position: absolute;
    top: -15px;
    left: 120px;
    font-weight: bold;
}

.PlayTrumspDetail {
    color: #ff0040;
}

.PlayerName {
    position: absolute;
    width: 150px;
    font-size: small;
    font-weight: bold;
    text-align: center;
    top: 5px;
}

.PlayerTricks {
    position: absolute;
    top: 40px;
    width: 50px;
    font-size: 42px;
    text-align: center;
    z-index: 2;
}

.CardsTricks {
    top: 25px;
    width: 50px;
    height: 77px;
    z-index: 1;
}

.CardTable {
    top: 130px;
    width: 90px;
    height: 138px;
}

.PackRemaining {
    position: absolute;
    width: 90px;
    top: 170px;
    left: 0px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    z-index: 2;
}

.CardsHand {
    top: 300px;
    width: 80px;
    height: 124px;
}