.no-border {
  border: 0px;
}
.thin-border {
  border: 1px solid #000000;
}
td {
  border: 1px solid #222;
  padding: 1px;
  text-align: center;
}
table {
  background-color: #eeeeee;
  border-spacing: 1px;
}
.not-empty {
  background-color: green;
  color: yellow;
  width: 50px;
  height: 60px;
  vertical-align: middle;
}
.not-empty-tall {
  background-color: green;
  color: yellow;
  width: 50px;
  height: 122px;
  vertical-align: middle;
}
.empty {
	background-color: red;
    color:white;
    width: 50px;
    height: 60px;
}
.empty-tall {
	background-color: red;
    color:white;
    width: 50px;
    height: 122px;
    vertical-align: middle;
}
.D {
  background-color: white;
  color: white;
  width: 50px;
  height: 60px;
}
.DD {
  background-color: white;
  color: white;
  width: 50px;
  height: 122px;
}
.W {
  background-color: white;
  color: white;
  width: 30px;
  height: 60px;
}
.WW {
  background-color: white;
  color: white;
  width: 30px;
  height: 122px;
}
