#popterm3,
#popterm2,
#popterm {
  /* margin-top: 45px; */
  width: 232px;
  z-index: 1000;
  cursor: default;
  overflow: visible;
  /*background-color: #FFD;*/
  border-collapse: collapse;
  border: none;
  /*margin: 0px;*/
  padding: 1px;
  margin-left: -220px;
}
#popterm3 .popterm3_selected,
#popterm2 .popterm2_selected,
#popterm .popterm_selected {
  background-color: #fbf6e3;
  color: black;
}
#popterm3 tr,
#popterm2 tr,
#popterm tr {
  background-color: #FFF;
}
.popTermArea table {
  width: auto;
}
#popterm3 td,
#popterm2 td,
#popterm td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  /*border-top: 1px solid gray;*/
  border-right: 1px solid gray;
  /*border-bottom: 1px solid gray;*/
  margin: 0px;
  padding: 5px 5px;
  text-align: left;
}
#popterm3 tr:first-child,
#popterm2 tr:first-child,
#popterm tr:first-child {
  border-top: 1px solid gray;
}
#popterm3 tr:last-child,
#popterm2 tr:last-child,
#popterm tr:last-child {
  border-bottom: 1px solid gray;
}