﻿.textarea-readonly {
    word-break: break-all;
    -webkit-appearance: none;
    vertical-align: top;
    outline: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    padding: 2px;
    font-weight: bold;
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
}

.textarea-resize-readonly {
    resize: vertical;
    word-break: break-all;
    -webkit-appearance: none;
    vertical-align: top;
    outline: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    padding: 2px;
    font-weight: bold;
    height: 100px;
    line-height: 1.5;
}
