.matrix{
  border-collapse:collapse;
  width:100%;
}
.matrix td {
  padding:3px;
  vertical-align:top;
  border:1px solid #999;
  background-color:#F3F3C5;
}
.matrix td p {
  margin-top:0px;
  margin-bottom:0px;
  font-size:100%;
}

.cell, .cellNW, .cellN, .cellW, .cellSW, .cellNE, .cellS {
  font-weight:bold;
}
.cellN, .cellNW, .cellNE { vertical-align:bottom !important; }
.cellN div, .cellNW div, .cellNE div { text-align:center; font-size:110%; }
.cellW { Xwidth:200px; }
.cellE, .cellSE { border:0px; background-color:#F8F8DC !important; }
.cellE,.cellNE,.cellSE { text-align: center; width:50; }
.cellSE { font-weight:bold; }
.cell, .cellS { background-color:#F8F8DC !important; font-weight:normal; }
input.cell {width:30px; }

