.asc-container {
    max-width: 600px;
}

#asc-text {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.asc-error {
    background: #ffecec;
    border-left: 4px solid red;
    padding: 8px;
    margin-top: 10px;
}

.asc-suggest {
    color: blue;
    cursor: pointer;
    margin-right: 5px;
}

.asc-suggest:hover {
    text-decoration: underline;
}