#lbtable {
  z-index:200; /* aaaalways on top*/
  position:absolute;
  top: 105px;
  left: -11px;
// width:100%;
 border-collapse:collapse;
 empty-cells:hide;
 height: 10px;
 line-height: 10px;
 border:1px solid #c2d8d0;
 font-family: 'Gudea', sans-serif;
}

table#lbtable th {
 font-size:.9em;
 text-align:center;
 padding-top:3px;
 padding-bottom:3px;
 background-color:#AC271D;
 color:#ffffff;
 border:1px solid #AC271D;
 height: 10px;
 line-height: 10px;
}

table#lbtable tr td {
 color:#000000;
 font-size:.75em;
 background-color:#C2D8D0;
 padding:2px 2px 2px 2px;
 border:1px solid #c2d8d0;
 height: 10px;
 line-height: 10px;
}

table#lbtable tr.alt td {
 color:#000000;
 font-size:.8em;
 border:1px solid #357c6a;
 background-color:#c2d8d0;
 height: 10px;
 line-height: 10px;
 padding:2px 2px 2px 2px;
}

table#lbtable td.num {
 text-align: right;
 height: 10px;
 line-height: 10px;
}

table#lbtable tr.altnt td {
 color:#000000;
 font-size:.8em;
 border:1px solid #c2d8d0;
 background-color:#F9DFA4;
 height: 10px;
 line-height: 10px;
 padding:2px 2px 2px 2px;
}
