#txt_input {
    font-size: 14px;
    /* Sets the font size */
    padding-left: 10px;
    /* Sets the font size */
    text-wrap: wrap;
}

#red_text {
    color: red;
}