﻿.textEditorCtl
{
    
    }

.textEditorCtlTarget
{
    white-space:normal;
    
} 

.textEditorCell 
{
    width: 100%;
    }
    
.textEditorBox
{
    background-color: #fff!important; 
    overflow: auto!important;
    margin:0px!important;
    }
    
    
    
@media print
{
    .textEditorBox
    {
        max-height:10000px!important;
        }
    }
    