.client_query_frame {
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 10px;
  padding: 5px;
  
  background: #fff;
  
  display: none;
  
  position: absolute;
  width: 400px;
  z-index: 10;
}

.client_query_frame > div {
  overflow: hidden;
  padding: 5px;
  
  white-space: nowrap;
  
  cursor: pointer;
  
  /*height: 45px;*/
}

.client_query_frame > div.selected {
  background: #cef;
}

.client_query_frame > div .name {
  font-weight: bold;
  font-size: 16px;
  
  height: 20px;
}

.client_query_frame > div .extra {
  font-size: 11px;
  color: #999;
}

.client_query_frame > div .extra span {
    display: inline-block;
  
  width: 170px;
}
