@media only all and (max-width: 739px) {
    body {
        font-size: 90%;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        width: 100%;
    }

    .header {
        padding: 0rem;
    }

    .content {
        padding: 1rem 1rem 0rem;
    }

    .footer {
        padding: 0rem 1rem;
    }

    .hide_m {
        display: none;
    }

    .justifier {
        text-align: left;
    }
}

@media only all and (max-width: 550px) {
    .logo {
        position: static;
    }
    .footer{
        padding: 0 1rem 1rem;
    }
}
.refnr {}

.apply {}
