@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
/* extra stylin' for puzzle. */

.tt { border-collapse: collapse; }
.tt tr { border-bottom: 12px solid transparent; }
.row {
  font-size: 30px;
  vertical-align: baseline;
  padding-top: 15px;
}
.t {
  position: relative;
  display: inline-block;
  width: 68px; height: 76px;
  background: url('tile.png') no-repeat;
  text-align: center;
  font-size: 50px;
  margin-right: -3px; /* tighten up the spacing */
  padding-top: 7px;
  padding-left: 2px;
}
.t > .v, .t > .m {
  position: absolute;
  display: block;
  left: 0; right: 0;
}
.t > .m {
  top: 1px; left: 3px;
  text-align: left;
  font-family: 'Architects Daughter', 'Nothing You Could Do', Alice, serif;
  font-size: 20px;
  color: #005;
}
@media print { .t > .m { color: black; } }
.t > .v {
  bottom: 5px;
  text-align: right;
  font-size: 20px;
}
.t > span > span {
  /* parens are just for easy cut-and-pastability, make them invisible */
  color: transparent;
}

@media print {
  .t {
    background: transparent;
    border: 1px solid black;
    margin-right: 2px;
  }
}
