
.card {
  background-image: url("../graphics/cardback.gif");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}

.card1 {
  background-image: url("../graphics/cardbackX.gif");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}
.card2 {
  background-image: url("../graphics/theme/card3.png");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}
.card3 {
  background-image: url("../graphics/theme/card4.png");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}
.card4 {
  background-image: url("../graphics/theme/card5.png");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}
.card5 {
  background-image: url("../graphics/theme/card6.png");
  border-color: #808080 #000000 #000000 #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 30pt;
  position: absolute;
  width:  3.75em;
  height: 5.00em;
  border-radius: .3em;
}

.front {
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: .3em;
  transform: rotateY(180deg);
}
.front i {
    font-size: .6em;
}
.red { color: #ff0000; }

.indexTop {
  font-size: 50%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0.25em;
  top:  0.25em;
}

.indexBottom {
  font-size: 50%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 6.5em;
  top:  7.25em; 
  transform: rotateZ(180deg);
}

.ace {
  font-size: 300%;
  position: absolute;
  left: 0.325em;
  top:  0.325em;
  transform: rotateX(180deg);
}

.face {
  border: 1px solid #000000;
  position: absolute;
  left: 0.50em;
  top:  0.45em;
  width:  2.6em;
  height: 4.0em;
}

.spotA1 { position: absolute; left: 0.60em; top: 0.5em; }
.spotA2 { position: absolute; left: 0.60em; top: 1.5em; }
.spotA3 { position: absolute; left: 0.60em; top: 2.0em; }
.spotA4 { position: absolute; left: 0.60em; top: 2.5em; }
.spotA5 { position: absolute; left: 0.60em; top: 3.5em; }

.spotB1 { position: absolute; left: 1.55em; top: 0.5em; }
.spotB2 { position: absolute; left: 1.55em; top: 1.0em; }
.spotB3 { position: absolute; left: 1.55em; top: 2.0em; }
.spotB4 { position: absolute; left: 1.55em; top: 3.0em; }
.spotB5 { position: absolute; left: 1.55em; top: 3.5em; }

.spotC1 { position: absolute; left: 2.50em; top: 0.5em; }
.spotC2 { position: absolute; left: 2.50em; top: 1.5em; }
.spotC3 { position: absolute; left: 2.50em; top: 2.0em; }
.spotC4 { position: absolute; left: 2.50em; top: 2.5em; }
.spotC5 { position: absolute; left: 2.50em; top: 3.5em; }
