.text-left {
    text-align: left !important;
}

.widgetTable table thead tr th, 
table.nestedtable thead tr th,
table.nestedtable td {
    text-align: center;
} 
table.nestedtable thead tr th,
table.nestedtable td {
    white-space: nowrap!important;
}
.widgetTable table,.widgetTable table > *,
.widgetTable table thead tr th, 
.widgetTable table tfoot tr td,
.widgetTable table td,
table.nestedtable thead tr th,
table.nestedtable tfoot tr td,
table.nestedtable td  {
    font-size:95%!important;
    line-height:normal!important;
}

.widgetTable table thead tr th, 
.widgetTable table tfoot tr td,
.widgetTable table td,
table.nestedtable thead tr th,
table.nestedtable tfoot tr td,
table.nestedtable td {
	text-overflow:ellipsis!important;
	overflow:hidden!important;
}

.underline {
    text-decoration: underline;
}

.handCursor {
    cursor: pointer;
}

.tipsy {
    padding: 5px;
    max-width: unset;
    white-space: pre-line;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    max-width: 370px;
    border-radius: 3px;
    background-color: #000;
}