@charset "utf-8";
td.breakall {
    word-wrap: break-word;
    word-break: break-all;
}

#translationtable {
    width: 100%;
}

#translationtable input {
    width: 100%;
    font-size: 10pt;
    vertical-align: top;
}

#translationtable textarea {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    width: 100%;
    font-size: 10pt;
    vertical-align: top;
}

#translationtable td {
    vertical-align: top;
    padding-bottom: 12px;
}

#key {
    width: 20%;
}

#org {
    width: 30%;
}

#trans {
    width: 50%;
}