@media only all and (max-width: 709px) {

    /* for 700px or less */
    body {
        font-size: 90%;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        width: 100%;
    }

    .justifier {
        text-align: left;
    }
}

@media only all and (max-width: 530px) {
    .footer {
        display: block;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 1.7rem;
    }
}
.refnr {}

.apply {}
