#sign-detect .email {
    /*width: 700px;*/
    height: 400px;
    padding: 2px;
    outline-offset: -2px;
    border: 1px black solid;
    overflow: auto;
    white-space: pre-line;
    margin-right: 10px;
}

#sign-detect .email * {
    white-space: pre-line;
    margin: 0;
}

#sign-detect .ner {
    border: 1px black solid;
    margin-right: 10px;
    padding: 2px 20px;
    height: 449px;
    overflow: auto;
}

#sign-detect .ner .title {
    font-weight: bold;
    padding-right: 5px;
}

#sign-detect label.language {
    margin: 2px;
}

#sign-detect .signature {
    color: red;
    margin-top: 0;
}

#sign-detect .text-panel {
    width: 50%;
}

#sign-detect .eng {
    display: none;
}

#sign-detect.non-eng .eng {
    display: block;
}
