#firepad {
    height: auto !important;
    box-sizing: border-box;
    border: 2px solid #ddd;
    background: #fff;
    min-height: 400px;
    cursor: text;
}

.firepad-with-toolbar .CodeMirror {
    top: 0;
    padding: 10px 5px 15px;
}

.powered-by-firepad {
    display: none;
}

.firepad-toolbar {
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
}

.firepad-with-toolbar .CodeMirror-lines {
    padding-top: 0px;
}

.firepad .CodeMirror {
    position: relative;
    font-family: "Roboto";
    line-height: 1.6em;
}

.firepad-list-left {
    width: 30px;
    padding-right: 11px;
}

.CodeMirror-code {
    padding-top: 5px;
}

a.firepad-btn, a.firepad-btn:visited, a.firepad-btn:active {
    font-size: 12px;
}

input[type="checkbox"] {
    top: 4px;
}

.CodeMirror-selected1 {
    background: #c9ddea !important;
    height: 17px !important;
    margin-top: 7px;
}

.CodeMirror-cursor {
    height: 17px !important;
    margin-top: 7px;
}

.firepad-c-green {
    color: #27bf27 !important;
}

.firepad-c-red {
    color: tomato !important;
}

.firepad-c-blue {
    color: #4e8ae8 !important;
}

.firepad-c-yellow {
    color: #e4ce14 !important;
}

.firepad-c-magenta {
    color: #cc59e6 !important;
}
