@page {
    size: 8.5in 11in;
    margin: .5in;
}
.agency-banner,
header,
footer,
.dt-search,
.dt-length {
    display: none !important;
}
body {
    font-size: 12pt;
}
*:hover {
    background: transparent !important;
    color: black !important;
    text-decoration: none !important;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
    * {
        background: transparent !important;
        color: black !important;
        text-decoration: none !important;
        transition: none !important;
        transform: none !important;
        box-shadow: none !important;
    }
}
.main * {
    margin: 0;
    padding: 0;
}
/* Datatables */
thead,
.btn,
.dt-paging,
.dt-info,
.dt-search,
.dt-length {
    display: none !important;
}

/* Vessel Info Grid */
.vessel-info {
    grid-template-columns: repeat(3, 1fr);
}