.cbOuterDiv {
  border: 1px solid black;
  z-index: 100000;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
  background-color: white;
  display: none;
  position: absolute;
  overflow-y: auto;
}

.cbInnerDiv {
  padding: 2px 1px 2px 1px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  border-bottom: #CCC 1px dashed;
}

.cbInnerDivSel {
  padding: 2px 1px 2px 1px;
  width: 100%;
  cursor: pointer;
  background-color: #0A246A;
  color: white;
}

