.btnExportXcl,
.btnExportCsv {
    background-color: #eb5202;
    border-color: #eb5202;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    appearance: button;
    cursor: pointer;
    padding: 10px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}

table#InStockReport {
    text-align: center;
}
table#AverageOrderReport {
    text-align: center;
}
table#GpnDistributionReport {
    text-align: center;
}
table#AverageCustomersReport {
    text-align: center;
}
table#AverageCustomerVisitReport {
    text-align: center;
}
table#AverageTicketsReport {
    text-align: center;
}
table#AverageCanceledOrderReport {
    text-align: center;
}
table#MostSearchedKeywords {
    text-align: center;
}
.submit {
    width: 100% !important;
    display: flex;
}

.exportBtn {
    display: inline;
}

.exportBtn a:hover {
    color: #fff;
}

.data-grid th {
    border: 2px solid gray;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    font-size: medium;
}

.GpnReport {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid gray;
}

.data-grid tfoot th {
    padding: 1rem 1rem;
    text-align: right;
    background-color: #ffffff;
    color: #000000 !important;
}

.data-grid td {
    background-color: #ffffff;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
}
.data-grid th {
    text-align: center;
    font-size: medium;
    padding: 10px;
}
