﻿#js-mobile-console {
    width: 100%;
    position: fixed;
    bottom: 10px;
    z-index: 10000
}

#jsmc-log {
    border-top: 1px solid #808080;
    max-height: 100px;
    overflow-y: auto;
    margin-right: 10px;
    font-size: 1em
}

#jsmc-input-container {
    position: relative
}

#jsmc-input {
    width: 100%
}

#jsmc-button {
    position: fixed;
    bottom: 31px;
    right: 48px
}

.jsmc-log-el {
    color: red
}

.jsmc-log-error .jsmc-log-text {
    color: red
}

.jsmc-log-command .jsmc-log-text {
    color: #009ee4
}

.jsmc-log-text {
    color: black
}

.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: 25px;
    background: white;
    text-align: center;
    color: gray;
    border: 1px solid #808080;
    display: inline-block
}

#jsmc-clear {
    font-weight: bolder;
    height: 19px
}

#jsmc-commands {
    display: none
}

#jsmc-commands-container {
    background: #FFF;
    display: none
}

.jsmc-command-wrapper {
    border-bottom: 1px solid #808080;
    padding: 0 14px;
    cursor: pointer
}

.jsmc-command:last-child {
    border-bottom: 0
}
