@media print {
    @page {
        margin: 0;
        margin-top: 25px;
    }

    body {
        margin: 2.85rem;
        font-family: "Roboto", sans-serif;
        font-size: 12pt;
    }

}

#logs-print-form {
    max-height: 70%;
    width: 100%;
    margin-bottom: 10px;
    color: black;
    padding: 5px;
    min-height: 500px;
}

@media only print {
    .box {
        width: 8.05in;
        height: 10in;
    }

    html,
    body {
        background-color: white !important;
        font-family: "Roboto", sans-serif !important;
        width: 8.05in;
        height: 10in;
    }
}

/*media q*/
@media (min-width: 0) {

    h3 {
        max-width: 100%;
        margin: 0;
        line-height: 1.5rem;
    }

    p {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    .small-font {
        font-size: 9pt;
        line-height: 1.125;
    }

    #logs-print-form {
        position: absolute;
        top: 25px;
    }

    .divison-header {
        border-bottom: 2px solid;
        margin-bottom: 20px;
    }

    .division_group {
        page-break-inside: avoid;
    }

    .letter-header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

    .letter_badge {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .letter-row {
        line-height: 1;
    }

    .letter-disclaimer {
        border: 1px solid;
        text-align: center;
        font-style: italic;
    }

    .log-entry {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        page-break-inside: avoid;
    }

    .date_group {
        page-break-inside: avoid;
    }

    .log-col {}

    .log-title {
        font-weight: bold;
        text-decoration: underline;
    }
}

html,
body {
    background-color: white !important;
    font-family: "Roboto", sans-serif !important;
    width: 8.05in;
    height: 10in;
}