* {
    font-family: Arial, sans-serif;
}

body {
    max-width: 720px;
    margin: 10px auto;
}

textarea {
    width: 100%;
    height: 150px;
    margin-top: 1em;
    font-size: 1em;
    padding: 2px;
}

select {
    font-size: 1em;
}

#simple-text {
    margin-top: 1em;
    white-space: pre-wrap;
    min-height: 150px;
    border-left: 1px solid #CCC;
    padding: 2px;
}

.complex-word {
    cursor: pointer;
    font-weight: bold;
    color: #F00;
}

.rank {
    display: inline-block;
    color: #AAA;
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
    width: 38px;
    margin-right: 9px;
}

.suggestions {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 0 5px;
    max-height: 100%;
    overflow-y: auto;
}

.synonym {
    margin-top: 3px;
}

.external {
    margin-bottom: 30px;
}

.external a {
    margin: 12px 0 12px 47px;
    display: block;
}
