#popterm {
  /* margin-top: 45px; */
  /* width: 200px; */
  /* z-index: 1000; */
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 5px 2px rgba(55,55,55,.2);
  position: relative;
  z-index: 99999;
}

#popterm .popterm_selected {
  background-color: #ffffdb;
  color: black;
}

#popterm tr {
  background-color: #FFF;
}

#popterm td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-top: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0px;
  padding: 5px 10px;
  text-align: left;
}

/* add */
#popterm tr:first-child td{
  border-top: none;
}


#popterm tr:last-child td{
  border-bottom: 1px solid #ccc;
}


#headsearch + #popterm{
  width: 530px!important;
  margin-left: -295px!important;
  margin-top: 1px!important;
}