h1,h2 {font-family:sans-serif}

table.cwd {
  font-size:1.5em;
  font-family:cursive,sans-serif;
  border-style:solid;
  border-collapse: collapse;
  float:right;
  margin-left:1em;
}

table.cwd tr {
  border-style:solid;
  border-width:thin;
  height:1.8em;
}

table.cwd tr td {
  border-style:solid;
  border-width:thin;
  width:1.8em;
  vertical-align:middle;
}

table.cwd tr td.black {
  background: #000000;
}

table.cwd tr td.highlight {
  background: #ff7f7f;
}

table.cwd tr td div.tag {
  font-family:serif;
  position:relative;
  text-align:center;
  top:.5em;
  width:1em;
  height:1em;
  font-size:.5em;
}

table.cwd tr td div.sol {
  text-align:center;
  height:100%;
}

div.defpair {
  display: inline;
}

div.defpair div.tag {
  display: inline;
}

div.defpair div.tag:after {
  content: ". ";
}

div.defpair div.def {
  display: inline;
}

div.defpair div.def:after {
  content: "; ";
}

div.defs {
  text-align:justify;
}

img {
  border:0;
}

address {
  direction: ltr;
  padding-top: .5em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: .5em;
  margin-top:  3em;
  border-top: 1px solid black;
  background-color: #eee;
  height: 2em;
  clear: both;
}

address img {float: right}
