.CodeMirror-hints {
  position: absolute;
  z-index: 11050;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 4px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: #f1f1f1;
  
  font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  
  max-height: 20em;
	
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  max-width: 30em;
  overflow: hidden;
  white-space: pre;
  color: black;
  cursor: pointer;
}

.CodeMirror-hint-active {
  /*background: #08f;*/
  background:#316bcd;
  background:#4864AA;
  background:rbg(173, 214, 255);
  color: white;
}
