h2.title_and_hint {
    color: #32373c;
    font-family: tahoma
}

h2.title_and_hint span {
    font-family: arial;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px
}

.edditor_container {
    width: 85%
}

.edditor_container p.submit {
    margin-top: 12px;
    padding-top: 0
}

.cm-s-monokai.CodeMirror {
    border: 4px solid #fff;
    min-height: 380px
}

#message {
    margin-bottom: 8px;
    margin-top: 0
}

@media all and (max-width:960px) {
    .edditor_container {
        width: 100%
    }
}