

.post-type-shop_order table.wp-list-table tbody tr td {
    vertical-align: top;
}

.post-type-shop_order table.wp-list-table tbody tr td.order_number {
    width: 4ch;
    padding-top:5px;
}


table.wp-list-table tr .column-customer_message,
table.wp-list-table tr .column-order_notes {
    text-align: left!important;
    width: 132px!important;
}

.post-type-shop_order table.wp-list-table tbody tr td.order_date {
    width: 6ch;
}

.post-type-shop_order table.wp-list-table tbody tr td.column-order_title {
    font-weight: 600;
}

.post-type-shop_order table.wp-list-table tbody tr td.qty {
    min-width: 1.5em!important;
}
