* {
    background-color: transparent !important;
    color: black !important;
    font-size: 16px !important;
    text-shadow: none !important;
}

.site-nav, .hide-on-print {
    display: none;
}

.lan-checklist {
    list-style-type: none;
    padding: 0;
}
.lan-checklist li {
    display: flex;
    line-height: 1.2;
    margin-bottom: 10px;
}
.lan-checklist li::before {
    border: solid 1px black;
    display: block;
    content: "";
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
    width: 20px;
}