/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Completion {
  margin: 0;
  position: absolute;
  z-index: 10001;
}


.jp-Completion.jp-mod-outofview {
  display: none;
}
