.Cards {
    position: absolute;
}

.CardOverlay {
    padding-top: 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 376px;
    height: 100px;
    background-color: white;
    z-index: 100;
    top: 416px;
    left: -2px;
    opacity: 0.8;
    vertical-align: bottom;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}
.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;
    height:725px;
    width:380px;
    margin:auto;
}
.BidBox {
    position: absolute;
    top: -15px;
    left: -2px;
    width: 377px;
    height: 405px;
    font-size: 15px;
    background-color: white;
    z-index: 100;
    padding-top:15px;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}
.BidBoxList {
    text-align: left;
    margin-bottom: 5px;
    height: 360px;
    width:377px;
}
.BidBoxList input[type="radio"]{
    position:absolute;
}
.BidBoxList label{
    margin-left:25px;
}
.BidOption {
    color: #ff0040;
}
.BidText{
    margin-left:25px;
}
div.BidAbundanceTrumps {
    width: 90px;
    position: absolute;
    top: 232px;
    left: 115px;
    height: 20px;
}
select.BidAbundanceTrumps {
    width: 90px;
    height: 20px;
    font-size: 15px;
}
.BidPlaying {
    position: absolute;
    left: 10px;
    font-weight: bold;
}
.BidPlayingDetails {
    color: #ff0040;
}

.Tricks {
    position: absolute;
    font-weight: bold;
    text-align: center;
}
.PlayerName {
    position: absolute;
    font-weight: bold;
    font-size: small;
    text-align: center;
    width: 90px;
}
div.PlayerNote {
    position: absolute;
    width: 70px;
    height: 107px;
    font-size: small;
    text-align: center;
    line-height: 107px;
    z-index: 2;
}
p.PlayerNote {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
    color: #ff0040;
    z-index:10;
}
.ActionButton {
    position: absolute;
    top: 385px;
    left: 75px;
    width: 230px !important;
}
.CardsTricks {
    top: 83px;
    width: 50px;
    height: 77px;
}

.CardsHand {
    top: 420px;
    width:80px;
    height:124px;
}

.CardsOpen {
    top: 583px;
    width: 80px;
    height: 124px;
}
.OpenHandHeading {
    position: absolute;
    top: 555px;
    left: 0px;
    width: 374px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
