@import '~react-resizable/css/styles.css';


.jad-pagination-to-table {
    text-align: right;
    margin-top: 15px;
}

#components-table-resizable-column .react-resizable {
    position: relative;
    background-clip: padding-box;
}

#components-table-resizable-column .react-resizable-handle {
    position: absolute;
    width: 10px;
    height: 100%;
    bottom: 0;
    right: -5px;
    cursor: col-resize;
    z-index: 1;
    background: none;
}