
div.card {
  position: absolute;
  margin: 2px;
  width: 62px;
  height: 106px;
  text-align: center;
  -moz-border-radius: 4px;
}

div.card img {
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}

div.front {
  background-color: white;
  border: 1px solid #422;
}

div.back {
  border-color: #444;
  background: #888 /* url("../cards/0.jpg") no-repeat center */; 
}

div.outlined, div.hovered, div.prime {
  border-color: #f85;
  border-width: 4px;
}

div.hovered {
  cursor: pointer;
  border-color: #ff0;
  border-width: 2px;
}
/*
div.back img {
  display: none;
}
*/
