.inpmarkbut{
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 0.5rem;
    border: 1px dashed #e2e2e2;
    color: #999;
    cursor: pointer;
}

.night .inpmarkbut{
    border:1px solid #444;
}

.marktohtmlres{
    border: 1px solid #e8e8fd;
    border-radius: 6px;
    margin-top: 0.75rem;
    overflow: hidden;
    display: none;
}

.night .marktohtmlres{
    border:1px solid #444;
}

.marktohtmlres h3{
    font-size: 0.6rem;
    color: #fff;
    background-color: #3b82f6;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
}

.marktohtmlres textarea{
    border: 0;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 15rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.night .in textarea{
    border:0;
}

.marktohtmldemores{
    border: 1px solid #e8e8fd;
    border-radius: 6px;
    margin-top: 0.75rem;
    overflow: hidden;
    display: none;
}

.night .marktohtmldemores{
    border:1px solid #444;
}

.marktohtmldemores>h3{
    font-size: 0.6rem;
    color: #fff;
    background-color: #3b82f6;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
}

.htmldemodiv{
    padding: 0.5rem;
}

.marktohtmlres textarea::-webkit-scrollbar ,.htmltomarkres textarea::-webkit-scrollbar{
    width: 6px;
    background-color: #e5e5e5;
}

.marktohtmlres textarea::-webkit-scrollbar-thumb ,.htmltomarkres textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #bbb;
}

.night .marktohtmlres textarea::-webkit-scrollbar ,.night .htmltomarkres textarea::-webkit-scrollbar {
    width: 6px;
    background-color: #242627;
}

.night .marktohtmlres textarea::-webkit-scrollbar-thumb ,.night .htmltomarkres textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #444;
}

.markalert{
    margin: 0.25rem;
    padding: 0.25rem;
}

.markalert textarea{
    width: 100%;
    height: 10rem;
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    padding: 0.5rem;
    font-size: 0.65rem;
}

.markalert div{
    text-align: right;
    margin-top: 0.25rem;
}

.markalert div button{
    padding: 0.3rem 1rem;
    text-align: center;
    color: #fff;
    background-color: #2196F3;
    border: 1px solid #2196F3;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 0.5rem;
}

.markalert div button.cle{
    color: #666;
    background-color: transparent;
    border: 1px solid #e8e8fd;
}

.night .markalert div button.cle{
    background-color: #444;
    border: 1px solid #444;
    color: #aaa;
}

.markdown-body hr{
    background-color: #e2e8f0;
}

.markdown-body blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1rem;
    margin: 1.2rem 0;
    color: #64748b;
    font-style: italic;
}

.marktohtmlcopys{
    height: 1.6rem;
    line-height: 1.6rem;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e8e8fd;
    cursor: pointer;
    font-size: 0.6rem;
}

.night .marktohtmlcopys{
    border-top: 1px solid #444;
    color: #aaa;
}