/* Shared styles previously defined inline in the HTML documents. */
.note {
    font-size: smaller;
}

@media only screen and (max-width: 719.99px) {
    .note {
        display: block;
    }
    .oplf {
        display: inline;
    }
}

@media only screen and (min-width: 720px) {
    .note {
        display: inline;
    }
    .oplf {
        display: block;
    }
    span.note {
        float: right;
        text-align: right;
    }
}

.title {
    font-weight: normal;
    font-size: initial;
}
