.code-panel
{
    background-color: #f7f7fa;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-right: 5px;
}

.code-panel code pre{
    
    padding-left: 15px;
    padding: 15px;
    padding-top: 0;
}

.lang-html i,
.lang-css i
{
    font-style:normal ;
}

.tag,
.class,
.code,
.attr,
.value,
.css-selector,
.css-property,
.css-value
{
    color: #f44336;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 14px;
}

.lang-html .tag
{
    color: #f44336;
}

.lang-html .attr,
.lang-css .css-property
{
    color: #0277bd;
}

.lang-html .value,
.lang-css .css-value
{
    color: #388E3C;
}

.lang-html pre,
.lang-css pre
{
    color: #343a40 !important;
    font-size: 1.1em;
}

.lang-html .doctype
{
    color: #92b5e6;
}

.lang-html .comment,
.lang-css .comment
{
    color: #b9bbbe;
}


.teste::after
{
    content: "?";
}

#teste
{
    cursor: text;
}

.mr-test
{
    border: 3px solid #f7f7fa;
    padding: 15px;
}

pre
{
    margin-bottom: 0;
}


