.handsontable table
{
	table-layout: fixed;
	width: 100%;
}

.handsontable td, .handsontable tr, .handsontable th
{	font-size: 12px;
    height: 5px;
    min-height: 5px;
    max-height: 5px;
  	line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap !important;*/
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}


td.defaultCalcEditorCell
{	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
td.columnany
{	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
td.precalcSplitter
{	
    width: 5px;
    min-width: 5px;
    max-width: 5px;
    background-color: #FAFAFA;
}
td.regionSalesDetails
{
	cursor: zoom-in;
}
td.regionContractRateDetails
{
	cursor: zoom-in;
}
td.regionCostsDetails
{
	cursor: zoom-in;
}
td.regionProfitSharingDetails
{
	cursor: zoom-in;
}
td.regionFxDetails
{
	cursor: zoom-in;
}
td.column0
{	
}
td.column1
{	
}
td.column2
{	
}
td.column3
{	
}
td.column4
{	
}
td.column5
{	
}
td.column6
{	
}
td.column7
{
}
td.column8
{	
}
td.column9
{	
}
td.column11
{	
}