.largeHtmlAreaFont textarea{
    font-size: 16px !important;
    font-family:'Courier New' !important;
    font-family: monospace;
    background-color: #fff;
    width: em(440);
    margin: 4em auto;
    padding: 0.5em;
    border-radius: .25em;
    box-shadow: .1em .1em .5em rgba(0, 0, 0, .45);
    line-height: 0;
    counter-reset: line !important;
}
