#cardFrame {
  margin:10px 0;
  position: relative;
}

.cardNum {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0);*/
  opacity:09;
}

.cardExpLable {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0); */
  opacity:0.9;
}

.cardExp {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0); */
  opacity:0.9;
}

.cardSecLable {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0);*/
  opacity:0.9;
}

.cardSec {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0);*/
  opacity:0.9;
}

.cardNamLable {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0);*/
  opacity:0.9;
}

.cardNam {
  position: absolute;
  line-height: 100%;
  left: 0;
  top: 0;
  color:#111111;
/*  background-color:rgb(0,0,0);*/
  opacity:0.9;
}

.cardInfo {	
  font-size: 20px;
}
