
#select_div {
    margin-top: 20px;
    margin-bottom: 20px;
}

#topk, #topp, #temperature {
    width: 3em;
}

#max_tokens {
    width: 4em;
}

#stop {
    width: 4em;
}

#seed {
    width: 5em;
}

#param_error {
    color: #ff0000;
}

#input_text, #output_text {
    width: 100%;
}

#submit_button #more_button #compress_button #decompress_button {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 12em;
}

#more_button {
    display: none;
}

#gtext_header {
    display: none;
}

#gtext {
    white-space: pre-wrap;
}

.group {
    margin-top: 40px;
    margin-bottom: 40px;
}

.span_right {
    float: right;
}

#captcha_popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,200,0.3);
    z-index: 2;
    cursor: pointer;
}

#captcha_body {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    outline: solid #ffffff;
    outline-width: 5em;
    transform: translate(-50%, -50%);
}

#captcha_img {
    width: 300px;
    height: 70px;
    border: 1px solid black;
}

#captcha_error {
    color: #ff0000;
}
