/* ==========================================================================
   SALES HISTORY MODULE
   ========================================================================== */
#view-sales table {
    table-layout: fixed;
    width: 100%;
}

#view-sales th,
#view-sales td {
    white-space: nowrap;
}

/* Column Widths */
#view-sales th:nth-child(1),
#view-sales td:nth-child(1) {
    width: 8%;
}

#view-sales th:nth-child(2),
#view-sales td:nth-child(2) {
    width: 12%;
}

#view-sales th:nth-child(3),
#view-sales td:nth-child(3) {
    width: 20%;
}

#view-sales th:nth-child(4),
#view-sales td:nth-child(4) {
    width: 15%;
}

#view-sales th:nth-child(5),
#view-sales td:nth-child(5) {
    width: 12%;
}

#view-sales th:nth-child(6),
#view-sales td:nth-child(6) {
    width: 15%;
}

#view-sales th:nth-child(7),
#view-sales td:nth-child(7) {
    width: 18%;
}