#font-example {
    text-align: center;
}

.key, .unicode {
    font-family: monospace;
}

.unicode {
    padding-right: 4em;
}

#glyphs tr.div {
    border-bottom: 1px solid #999999;
    text-align: center;
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
}

#glyphs tr.div td {
    padding-top: 2em;
}

dt {
    background-color: transparent;
    border: none;
    font-weight: normal;
}

#converter-romanization {
    width: 55%;
    float: left;
}

#converter-kateinu {
    width: 40%;
    float: left;
}

#converter-romanization input {
    margin-left: 1em;
    margin-top: 0.5em;
}

#converter-romanization textarea,
#converter-kateinu textarea,
div#converted-kateinu {
    width: 100%;
    min-height: 3em;
    padding: 0.25em;
    border: 1px solid #26a;
    background-color: white;
    float: left;
}

#converter-romanization textarea {
    width: 70%;
}
