.flexigrid  table {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    text-align: center;
    /*width: 100%;*/
}

.flexigrid th, td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flexigrid  th {
    background-color: #189AD6;
    color: #fff;
}
