﻿
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: white;
    overflow: auto;
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}

    page[size="A4"] {
        width: 8.5in;
        height: 11in;
    }

#printed-date {
    display: none;
}

@media print {
    body {
        transform: scale(0.98); /* Adjust the scale as needed */
        transform-origin: top;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    @page {
        size: letter portrait;
    }

    .noprint {
        visibility: hidden;
        display: none !important;
    }

    #printed-date {
        display: block;
    }
}

td {
    vertical-align: top;
}

.project-table {
    position: relative;
    top: 25px;
    left: 0;
    text-align: center;
    text-align: justify;
    border-collapse: collapse;
    font-size: 12px;
}

    .project-table,
    .project-table th,
    .project-table td {
        border: 1px solid #000;
    }
        .project-table td,
        .project-table th {
            padding: 0 5px;
            white-space: nowrap;
        }

        .project-table td {
            min-width: 80px;
            max-width: 80px;
            overflow: hidden;
        }

.rod-spec-info {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 350px;
    margin: 0.5rem 0;
}
