﻿.print-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 8.5in;
    height: 11in;
    overflow: hidden;
}

.print-title {
    margin-top: 0.5in;
    padding-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
}

.print-subtitle {
    width: 7in;
    margin-top: 0.5in;
    margin-left: 0.75in;
    padding: 0;
    text-align: center;
}

.print-data {
    margin-top: 0.5in;
    margin-left: 2.75in;
}

.print-table {
    width: 4.5in;
    max-width: 4.5in;
}

.print-table th {
    padding-bottom: 0.05in;
    vertical-align: top;
}

.print-table td {
    width: 2.75in;
    max-width: 2.75in;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.075in;
}

.print-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.print-logo {
    width: 2.5in;
    margin-bottom: 0.2in;
    margin-left: 0.2in;
}

.print-footer > span {
    margin-bottom: 0.35in;
    margin-right: 0.35in;
}