/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Console {
  height: 100%;
  padding: 0 10px 20px 10px;
}


.jp-Console .jp-Cell {
  padding-top: 0;
  padding-bottom: 0;
}


.jp-Console .jp-InputArea-editor.jp-CellEditor {
  background: transparent;
  border-color: transparent;
}


.jp-Console-prompt.jp-Cell {
  border-color: #66BB6A;
  border-left-width: 1px;
  background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
}


.jp-Console .jp-InputArea-prompt {
  flex-basis: auto;
  text-align: left;
}


.jp-Console .jp-Output-prompt {
  flex-basis: auto;
  text-align: left;
}


.jp-Console .jp-Output pre {
  border: none;
  margin: 1px 0 0 5px;
  overflow-x: auto;
  overflow-y: auto;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}


.jp-Console .jp-Console-banner .jp-InputArea-prompt {
  display: none;
}
