.alihubss-order-container {
    overflow-x: auto;
}

.alihubss-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.alihubss-order-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.alihubss-order-table th,
.alihubss-order-table td {
    padding: 12px 15px;
}

.alihubss-order-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.alihubss-order-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.alihubss-order-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.alihubss-order-table tbody tr:hover {
    font-weight: bold;
    color: #009879;
    cursor: pointer;
}

.alihubss-order-table a {
    text-decoration: none;
    color: inherit;
}

.alihubss-no-orders {
    padding: 20px;
    text-align: center;
    font-style: italic;
    color: #888;
}    