#popterm {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index: 1000;
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
  border-collapse:collapse!important;
}

#popterm .popterm_selected {
  background-color: #db889a;
}

#popterm tr {
  background-color: #FFF;
}

#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: 1px;
  text-align: left;
  padding-left:5px;
  line-height:1.5;
}

#popterm .popterm_selected td{
  color:#fff;
}

#popterm2 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index:1000;
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
  line-height:1.3;
  border-collapse:collapse!important;
}

#popterm2 .popterm2_selected {
  background-color: #db889a;
}

#popterm2 tr {
  background-color: #FFF;
}

#popterm2 td {
  line-height:1.5;
  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: 1px;
  text-align: left;
  padding-left:5px;
}

#popterm2 .popterm2_selected td{
  color: #fff;
}

#popterm3 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index:1000;
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
  line-height:1.3;
  border-collapse:collapse!important;
}

#popterm3 .popterm3_selected {
  background-color: #db889a;
}

#popterm3 tr {
  background-color: #FFF;
}

#popterm3 td {
  line-height:1.5;
  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: 1px;
  text-align: left;
  padding-left:5px;
}

#popterm3 .popterm3_selected td{
  color: #fff;
}

@media screen and (max-width: 768px){
  #popterm td{
    font-size:15px;
    line-height:2;
  }
  #popterm3 td{
    font-size:15px;
    line-height:2;
  }
}