.tools-cent>div{
    border: 1px solid #eee;
    margin-bottom: 0.75rem;
    border-radius: 3px;
}

.night .tools-cent>div{
    border: 1px solid #444;
}

.tools-cent>div>p{
    padding: 0.35rem 0.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

pre[class*=language-] {
    padding: 1em;
    margin:  0 !important;
    overflow: auto;
}

.jsh3{
    padding: 0.25rem 0.75rem;
    margin: auto;
    border: 1px solid #eee;
    border-left: 4px solid #05b672;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    background-color: #f6f7fa;
}

.night .jsh3{
    border: 1px solid #444;
    background-color: #181a1b;
}