/* Console Prompt */
.input {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%; }
  .input .prompt {
    line-height: 1; }
  .input input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: inherit;
    font: inherit;
    line-height: 1;
    padding: 0;
    margin: 0; }
