.cover-editor input {
    text-align: center;
}

.cover-editor #subtitle-code {
    width: 80%;
}

#subtitle-formatting-hint, #invalid-subtitle {
    font-size: 15px;
    line-height: 1.3em;
    padding-top: 1em;
    text-align: center;
}

#subtitle-code {
    font-size: 30px;
}

.cover-editor .verb {
    cursor: auto;   /* don't show a move cursor when the verb can't be dragged */
}

.cover-editor #action-container {
    padding-right: 0;
}