.niceImage {
    width: 100%;
    min-height: 150px;
    max-height: 450px;
    background-color:#ddd;
    object-fit: cover;
}

#send.adisabled {
    cursor: not-allowed;
    opacity: .65;
}

#send.adisabled:hover { text-decoration: none; }
#send.adisabled:focus { text-decoration: none; }
#send.adisabled:active { text-decoration: none; }

textarea::-moz-focus-inner,
textarea::-moz-focus-inner,
textarea::-moz-focus-inner { border : 0px; }

/*for IE8 */
textarea:focus,
textarea:focus { outline : none; }
