.CodeMirror {
    height: 15rem;
}

.jsontoexcel{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-top: 0.75rem;
    border-radius: 6px;
    text-align: center;
}

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

.jsontoexcel span{
    display: inline-block;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 4.5rem;
    border-radius: 3px;
    border: 1px solid #e8e8fd;
    cursor: pointer;
    background-color: #06b672;
    border: 1px solid #06b672;
    color: #fff;
}

.jsontoexcel span.dowexcels{
    background-color: #FF9800;
    border: 1px solid #FF9800;
    display: none;
}

.jsontoexcel span.jsontoexceldemo{
    background-color: #fff;
    border: 1px solid #e8e8fd;
    color: #666;
}

.jsontoexcel span.jsontoexceldemo2{
    background-color: #fff;
    border: 1px solid #e8e8fd;
    color: #666;
}

.night .jsontoexcel span.jsontoexceldemo{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #bbb;
}

.night .jsontoexcel span.jsontoexceldemo2{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #bbb;
}

.demotables{
    margin-top: 0.75rem;
    display: none;
}

@media screen and (max-width: 320px){
    .jsontoexcel span {
        width: calc(100% / 3 - 0.25rem);
    }
}