html {
    height: 100%;
}

.json-header-button {
    background-color: #ece6e68c;
    margin-top: .875rem;
    display: flex;
    justify-content: center;
}

.json-header-button a {
    margin: 0 .875rem;
    padding: .25rem .5rem;
    font-size: .6rem;
    background-color: #D58F00;
    color: #ffffff!important;
    border-radius: .125rem;
}

.json-main {
    margin-top: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.json-main-left textarea {
    padding: .125rem;
    font-size: .35rem;
    outline: none;
    resize: none;
    margin: 0 .25rem;
    margin-top: 1px;
    border: none;
    width: 17rem;
    height: 16.5rem;
    /* background-color: rgb(247, 15, 15); */
}

.json-main-right {
    margin: 0 .25rem;
    width: 17rem;
    height: 16.5rem;
    background-color: rgb(255, 255, 255);
    /* margin-top: -0.325rem; */
    padding: 0.125rem;
}

#right-box {
    height: 16.5rem;
    border-right: solid .025rem #ddd;
    border-bottom: solid .025rem #ddd;
    border-radius: 0;
    resize: none;
    overflow-y: scroll;
    outline: none;
    position: relative;
}

#line-num {
    background-color: #fafafa;
    padding: 0 .2rem;
    float: left;
    border-right: dashed 1px #eee;
    display: none;
    z-index: -1;
    color: #999;
    position: absolute;
    text-align: center;
    overflow: hidden;
}

.text-common{
    margin    : 0 auto;
    text-align: left;
    width: 15rem;
    height: 10rem;
    background-color: rgb(255, 255, 255);
    /* margin-top: -0.325rem; */
    padding: 0.125rem;
}

hr {
    background-color: #e6e6e6;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.javatookit-main {
    margin    : 0 auto;
    text-align: center;
    margin-top: .875rem;
    justify-content: center;
    align-items: center;
}