#js-mobile-console {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-family: Consolas, 'Courier New', monospace;
}

#jsmc-log {
  border-top: 1px solid #ddd;
  height: 200px;
  overflow-y: auto;
  font-size: 12px;
}

#jsmc-input-container {
  position: relative;
  height: 31px;
  top: -1px;
}

#jsmc-input {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
  padding: 0 10px;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  padding-left: 33px;
}

#jsmc-input-container::before {
  font-family: monospace;
  font-size: 14px;
  line-height: 0;
  content: '❯❯';
  color: #3583fc;
  font-weight: bold;
  margin-left: 10px;
  position: absolute;
  top: 17px;
  left: 0px;
}

#jsmc-input:focus,
#jsmc-input:active {
  outline: none;
}

#jsmc-button {
  position: fixed;
  bottom: 31px;
  right: 48px;
  display: none;
}

.jsmc-log-el {
  color: red;
  padding: 5px 10px;
  border-bottom: 1px solid #f4f4f4;
}

.jsmc-log-error .jsmc-log-text {
  color: red;
}

.jsmc-log-command .jsmc-log-text {
  color: #009ee4;
}

.jsmc-log-text {
  color: #333;
}

.jsmc-log-target {
  color: #7979ef;
}

.jsmc-log-target {
  clear: both;
}

#jsmc-content {
  background: white;
  clear: both;
}

#jsmc-collapse,
#jsmc-commands,
#jsmc-clear {
  cursor: pointer;
  width: 28px;
  padding: 3px 0;
  background: white;
  text-align: center;
  color: gray;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: -27px;
}

#jsmc-clear {
  left: 28px;
}

#jsmc-clear {
  font-weight: bolder;
}

#jsmc-commands {
  display: none;
}

#jsmc-commands-container {
  background: #fff;
  display: none;
}

.jsmc-command-wrapper {
  border-bottom: 1px solid #808080;
  padding: 0px 14px;
  cursor: pointer;
}

.jsmc-command:last-child {
  border-bottom: none;
}
