@media only all and (max-width: 700px) {

    /* for 700px or less */
    body {
        font-size: 90%;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        width: 100%;
        margin: 0 auto;
        font-size: 0.9rem;
        border: none;
        box-shadow: 0 0 0 transparent;
    }

    .left, .right {
        width: 100%;
    }

    p {
        text-align: left;
    }

    h1 {
        margin-top: 1rem;
        font-size: 1.7em;
    }
    .content>ul{
        padding-bottom: 0.5rem;
    }
}
.refnr {}

.apply {}
