.zui-table {
    border: none;
    border-right: solid 1px #dddcdc;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
    background-color: #DDEFEF;
    border: none;
    color: black;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
}
.zui-table tbody td {
    border-bottom: solid 1px #dddcdc;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
}
.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-left: 270px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}
.zui-table .zui-sticky-col {
    border-left: solid 1px #dddcdc;
    border-right: solid 1px #dddcdc;
    left: 0;
    position: absolute;
    top: auto;
    width: 148px;
}

.zui-sticky-col1 {
    border-left: solid 1px #dddcdc;
    border-right: solid 1px #dddcdc;
    left: 147px;
    position: absolute;
    top: auto;
    width: 54px;
}

.zui-sticky-col2 {
    border-left: solid 1px #dddcdc;
    border-right: solid 1px #dddcdc;
    left: 200px;
    position: absolute;
    top: auto;
    width: 70px;
}