div.Stack
{ position:absolute;
  left:90px;
  top:40px;
  z-index:20;
  width:46%;
  background-color:white;
  color:black;
  border:solid 2px Black;
  font-size:80%;
}

tbl.StackTbl
{ width:100%;
  margin:0px auto;
  table-layout:fixed;
}

tr.StackHdr
{ border-bottom:solid 2px Black;
}

th.StackLevel
{ width:10%;
  border-bottom:solid 2px Black;
  text-align:center;
}

th.StackType
{ width:10%;
  text-align:center;
  border-bottom:solid 2px Black;
}
th.StackItem
{ text-align:center;
  border-bottom:solid 2px Black;
}

img.StackType
{ width:16px;
}

