/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 2, 2016, 11:36:48 AM
    Author     : javier
*/

textarea,div#labelPreview {
/*    white-space:nowrap; */
    width:100%;
    padding:2px;
    min-height:350px;
    font-size:11px;
    font-family:courier;
    background-color:#F9F9F9;
    border-width:1px;
    border-style:inset;
    border-color:gray;
    overflow:scroll;
    margin-left:20px;
    margin-bottom:20px;
}