.woot-data-table{
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.woot-data-table table{
    width: 100%;
    color: #373a3c;
    border-collapse: separate;
    border: 1px solid #eceeef;
    border-spacing: 2px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.woot-data-table table thead th{
    font-size: 14px;
    position: relative;
    border-bottom: 2px solid #eceeef;
    border-right: 1px solid #eceeef;
    vertical-align: bottom;
    padding: 4px 7px;
}

.woot-data-table table tfoot th{
    font-size: 14px;
    position: relative;
    border-top: 2px solid #eceeef;
    border-right: 1px solid #eceeef;
    vertical-align: bottom;
    padding: 8px 10px;
}

.woot-data-table table th.order-able{
    cursor: pointer;
}

.woot-data-table table th.order-able:before{
    font-family: icofont;
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    position: absolute;
    right: 1.1em;
    top: -0.2em;
    content: '↑';
}

.woot-data-table table th.order-able:after{
    font-family: icofont;
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    position: absolute;
    right: 0.4em;
    top: -0.2em;
    content: '↓';
}

.woot-data-table table th.order-able.order-asc:before,
.woot-data-table table th.order-able.order-desc:after
{
    color: #777;
}

.woot-data-table table tbody tr:nth-of-type(odd){
    background-color: #f2f2f2;
}

.woot-data-table table tbody tr:nth-of-type(even){
    background-color: #f9f9f8;
}

.woot-data-table table tbody tr:nth-of-type:hover{
    background-color: #f5f9fe;
}

.woot-data-table table tbody td{
    position: relative;
    border-bottom-width: 0;
    border-right: 0;
    white-space: initial;
    padding: 4px 7px;
    font-size: 14px;
}

.woot-data-table table tbody tr:first-child td, .woot-data-table th{
    border-top: none;
    position: relative;
}

/**************************/

.woot-data-table .table23-pagination{
    float: right;
    margin-top: 7px;
    list-style: none;
    clear: both;
}

.woot-data-table .table23-pagination li{
    display: block;
    float: left;
    background: #eee;
    margin-right: 1px;
}

.woot-data-table-current-page{
    display: block;
    width: 80%;
    font-style: italic;
    font-size: 11px;
    text-align: center;
    background: #fff !important;
}

.woot-data-table-th{
    position: absolute;
    top: 0;
    right: 0;
}

.table23-tr-notice{
    position: absolute;
    width: 100%;
    z-index: 999 !important;
    opacity: 0.75;
    color: #fff;
    background: #333 !important;
    font-weight: bold;
    text-align: center;
}

.table23-load-more-button{
    display: block;
    text-align: center;    
}

.table23-load-more-button a{
    color: orange;
}

.table23-hidden{
    display: none;
}

.woot-data-table .dashicons, .woot-data-table .dashicons-before:before{
    
}

.woot-editable-textarea{
    width: 100%;
    height: 70px;
    min-width: 120px;
}
