#bbpress-forums div.bbp-the-content-wrapper #qt_bbp_reply_content_code,
#bbpress-forums div.bbp-the-content-wrapper #qt_bbp_topic_content_code {
    display: none;
}

@media (max-width: 699px) {
    #bbpress-forums div.bbp-the-content-wrapper #qt_bbp_reply_content_crayon_quicktag,
    #bbpress-forums div.bbp-the-content-wrapper #qt_bbp_topic_content_crayon_quicktag {
        display: none;
    }
}

#crayon-code {
    resize: none;
}

#crayon-te-content #crayon-te-table tr:first-child th, #crayon-te-content #crayon-title,
#crayon-te-content #crayon-url-th, #crayon-te-content #crayon-url, #crayon-te-content #crayon-te-url-info {
    visibility: hidden;
}

#cboxOverlay.crayon-colorbox {
    opacity: 0.7 !important;
}

#crayon-te-content #crayon-te-table {
    margin-top: 46px;
}

#crayon-te-content #crayon-te-bar-content {
    font-size: 11px;
    font-weight: 600;
    line-height: 36px;
    outline: 0;
    padding: 0 15px 0 26px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    height: 36px;
    border-left: medium none;
    border-right: medium none;
}

#crayon-te-content #crayon-te-controls .syntax-popup-close {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: medium none;
    padding: 0;
}

#crayon-te-content .syntax-bottom-bar {
    padding: 6px 8px 6px;
    border-top: 1px solid #d4d4d4;
    background: #fcfcfc;
    text-align: right;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#crayon-te-content .syntax-bottom-bar * {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    color: #4a4642;
}

#crayon-te-content .syntax-bottom-bar .syntax-popup-cancel-button {
    height: 28px;
    padding: 0 10px;
    background: linear-gradient(to bottom,#f6f6f6,#ededed);
    color: #4a4642;
    margin-left: 16px;
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    vertical-align: top;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#crayon-te-content .syntax-bottom-bar .syntax-popup-add-button {
    height: 27px;
    font-weight: bold;
    color: #6a532b;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 16px;
    display: inline-block;
    line-height: 26px;
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    vertical-align: top;
    box-sizing: border-box;
    text-decoration: none;
}

#crayon-te-bar-content #crayon-te-title {
    font-size: 1.4em;
    text-align: left;
    outline: 0;
}