﻿div.textBox-solidline-transparentBackground {
    padding: 8.5px;
    margin: 0 0 9px;
    border: 1px solid #000;
    border-radius: 4px;
}

div.textBox-solidline-grayBackground {
    padding: 8.5px;
    margin: 0 0 9px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pre-html-content,
.htmlcontent pre,
.innerHtmlContent pre,
.templateInstruction pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
    font-family: monospace, monospace;
}

.htmlcontent hr,
.innerHtmlContent hr,
.templateInstruction hr {
    color: #000;
    background-color: #000;
    height: 1px;
    border: none;
    width: 95%;
    margin: 18px auto 18px auto;
}

.htmlcontent table,
.html-editor-table-basic {
    border-collapse: collapse !important;
    border: 1px solid black;
}

    .htmlcontent th, .htmlcontent td,
    .html-editor-table-basic th, .html-editor-table-basic td {
        border: 1px solid black;
        padding-top: 0px !important;
        display: table-cell !important;
        padding: 0px !important;
    }
