/* Move sort icon on datatable to the side of the header text */
.ui-datatable .ui-sortable-column .ui-dt-c {
    overflow: visible;
    position: relative;
    margin-right: 16px;
}

.ui-datatable .ui-sortable-column .ui-dt-c .ui-sortable-column-icon {
    float: none;
    position: absolute;
    left: auto;
    right: -16px;
}
