/* ============================================================
   Base Layout
   ============================================================ */

body {
    font-family: sans-serif;
    margin: 0;
    padding: 5px 10px;
}

.page {
    max-width: 1100px;
    padding: 5px;
}

.page-header {
    margin-bottom: 20px;
}

.page-title {
    margin: 0;
    font-size: 1.6rem;
}


/* ============================================================
   Navigation
   ============================================================ */

nav {
    padding: 12px 20px;
    border-bottom: 1px solid #ccc;
}

nav a {
    margin-right: 16px;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}


/* ============================================================
   Table Framework
   ============================================================ */

.data-table {
    border-collapse: collapse;
    width: 100%;
}

.data-table th,
.data-table td {
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.table-head {
    background: #f5f5f5;
}

.table-row-header th {
    font-weight: bold;
}

.table-row-item:nth-child(even) {
    background: #fafafa;
}


/* ============================================================
   Column Alignment
   ============================================================ */

.col-date,
.cell-date {
    text-align: left;
    white-space: nowrap;
}

.col-location,
.cell-location {
    text-align: left;
}

.col-description,
.cell-description {
    text-align: left;
}

.col-quantity,
.cell-quantity {
    text-align: right;
}

.col-price,
.cell-price {
    text-align: right;
    white-space: nowrap;
}

.col-receipt,
.cell-receipt {
    text-align: center;
}


/* ============================================================
   Links
   ============================================================ */

.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}


/* ============================================================
   Table Sections
   ============================================================ */

.table-section {
    margin-top: 10px;
}