.wp-list-table {
	margin-top: 10px;
}
.wp-list-table th {
	text-align: left;
}
.wp-list-table .toggle-row {
    position: absolute;
    right: 8px;
    top: 10px;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: 0;
    background: 0 0;
}
.cirrata-offer-listing .tablenav.top {
	clear: both;
}
.offer-search-form form select {
	height: 30px;
	margin-right: 10px;
}
.offer-search-form form {
	float: right;
}
.tablenav-pages .current-page {
    margin: 0 2px 0 0;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: center;
}
.tablenav .tablenav-pages {
    float: right;
    height: 28px;
    margin-top: 3px;
    cursor: default;
    color: #555;
}
.tablenav .tablenav-pages a:focus, .tablenav .tablenav-pages a:hover {
    border-color: #5b9dd9;
    color: #fff;
    background: #00a0d2;
    box-shadow: none;
    outline: 0;
}
.tablenav .tablenav-pages a, .tablenav-pages-navspan {
    display: inline-block;
    min-width: 17px;
    border: 1px solid #ccc;
    padding: 3px 5px 7px;
    background: #e5e5e5;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}
table.widefat {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.widefat a, .widefat button.button-link {
    text-decoration: none;
}
.sorting-indicator {
    display: block;
    visibility: hidden;
    width: 10px;
    height: 4px;
    margin-top: 8px;
    margin-left: 7px;
}
.sorting-indicator::before {
    content: "\f142";
    font: 400 20px/1 dashicons;
        line-height: 1;
    speak: none;
    display: inline-block;
    padding: 0;
    top: -4px;
    left: -8px;
    line-height: 10px;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #444;
}
th.sortable a span, th.sorted a span {
    float: left;
    cursor: pointer;
}
.offer-search-form input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.offer-search-form input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
/*.column-shipping_address, .column-offer_shipping_address {
    display: none;
}*/
.offer_div_content {
    width: 100%;
    overflow-x: auto;
}
.page-offer-statistics .toggle-row {
    display: none;
}

.page-offer-statistics #order_number {
    min-width: 50px!important;
}
/*.page-offer-statistics #purchase_date {
    min-width: 170px!important;
}*/

.page-offer-statistics #offer_name,
.page-offer-statistics #name,
.page-offer-statistics #offer_subscriber_name,
.page-offer-statistics #purchase_date,
.page-offer-statistics #email,
.page-offer-statistics #offer_email,
.page-offer-statistics #product_name,
.page-offer-statistics #shipping_address,
.page-offer-statistics #offer_shipping_address {
    min-width: 200px!important;
}
/*.page-offer-statistics #email,
.page-offer-statistics #offer_email,
.page-offer-statistics #product_name {
    min-width: 300px!important;
}*/
/*.page-offer-statistics #shipping_address,
.page-offer-statistics #offer_shipping_address {
    min-width: 650px!important;
}*/

/* Currentlt Hide*/
.page-offer-statistics .download_offer_csv, .page-offer-statistics #search_id-search-input,
.page-offer-statistics .tablenav-pages, .page-offer-statistics #search-submit {
    display: none;
}