.post-type-es_order .wp-list-table thead {
    background: -webkit-linear-gradient(#fff, #f2f2f2);
    background: -o-linear-gradient(#fff, #f2f2f2);
    background: -moz-linear-gradient(#fff, #f2f2f2);
    background: linear-gradient(#fff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f2f2f2');
}

.post-type-es_order .wp-list-table thead th {
    color: #444950;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #e6e9ee;
    height: 32px;
}

.post-type-es_order .subsubsub {
    display: none;
}

.post-type-es_order .check-column {
    vertical-align: middle;
}

.post-type-es_order .check-column input {
    margin-top: -6px;
}

.post-type-es_order .column-post_id {
    width: 5%;
}

.post-type-es_order .column-property_qty, .post-type-es_order .column-featured, .post-type-es_order .column-price {
    width: 14%;
}

.post-type-es_order .row-actions {
    font-size: 15px;
}

.post-type-es_order .wp-list-table tbody td {
    vertical-align: middle;
}

.post-type-es_order .wp-list-table tfoot th, .post-type-es_order .wp-list-table thead td {
    text-align: center;
}

.post-type-es_order .wp-list-table tfoot th.column-title, .post-type-es_order .wp-list-table thead th.column-title {
    text-align: left;
}

.post-type-es_order .wp-list-table tbody td, .post-type-es_order .wp-list-table tbody th {
    text-align: center;
    border-bottom: 1px solid #d1d5db !important;
}

.post-type-es_order .wp-list-table tbody td.column-title {
    text-align: left;
}

.post-type-es_order .alignleft.actions, .post-type-es_order .search-box {
    display: none;
}

.post-type-es_order .page-title-action:before {
    content: '+';
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.post-type-es_order .wp-list-table th span {
    float:none;
    display: inline-block;
    position: relative;
    top: -4px;
}

.post-type-es_order .wp-list-table th span.sorting-indicator {
    top:4px;
}

.post-type-es_order .tablenav {
    height: inherit;
}

.type-es_subscription.status-draft {
    opacity: 0.5;
}

.post-type-es_order .page-title-action {
    display: none;
}