
.grid {
  border-top:1px solid #888;
  border-left:1px solid #888;
}
.grid th {
  border-bottom:1px solid #888;
  border-right:1px solid #888;
  font-weight:normal;
  text-align:left;
}
.grid td {
  border-bottom:1px solid #888;
  border-right:1px solid #888;
}

.grid tr.head th {
  border-bottom:2px solid #888;
  font-weight:bold;
}

td, th {
  padding:0 1%;
}

.ColLeft {
  position:absolute;
  left:1%;
  width:48%;
}
.ColLeft h2 {
  border-top:1px solid #ccc;
  border-right:1em solid #ccc;
}

.ColRight {
  position:absolute;
  right:1%;
  width:48%;
  border-left:1px solid #888;
  padding-left:1%;
}
.ColRight h2 {
  border-top:1px solid #ccc;
  border-right:1em solid #ccc;
}

div.noprint {
  background:#eee;
}