.ib-sync-table {

    vertical-align: top;

    overflow-x: auto;

    white-space: nowrap;

    border-collapse: collapse;
    border-spacing: 0;

    -webkit-overflow-scrolling: touch;

    background: radial-gradient(ellipse farthest-side at center left, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%), radial-gradient(ellipse farthest-side at center right, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%);
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
    background-position: 0 center, 100% center;

    width: 100%;
}

.ib-sync-table td,
.ib-sync-table th {
    padding: 8px 16px;

    text-align: left;
    vertical-align: top;

    border: 1px solid #f2f2f2;
}

.ib-sync-table td:first-child {
   background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
   background-repeat: no-repeat;
   background-size: 20px 100%;
}


.ib-sync-table td:last-child {
   background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
   background-repeat: no-repeat;
   background-position: 100% 0;
   background-size: 20px 100%;
}

.ib-sync-table th {
    text-align: left;
    text-transform: uppercase;
    background: #f2f2f2;
}

.remote-table-wrapper {
    overflow-x: scroll;
}