table {
    width: 100%;
    border-radius: 8px;
}

table tbody {
    font-size: 15px;
}

table tbody tr {
    vertical-align: middle;
}

.orderdetail-table{
    padding: 16px;
    background-color: #fff;
}

table tr a {
    color: #222c38;
    text-decoration: none;
}

.view-sales-order-detail .staff-reports-table {
    margin-bottom: 0;
}


.radius-bg, .views-exposed-form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 3%;
}

.tablesort--desc {
    background-image: url(../../../../misc/icons/787878/twistie-up.svg);
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.view-return-order-detail caption {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    width: auto;
    caption-side: top;
    margin: 0 0 15px;
}

.view-return-order-detail {
    margin-top: 3%;
}