/* Resume specific styles previously defined inline in z/index.html. */
@media only screen and (max-width: 719.99px) {
    body.resume-page .annotation {
        display: none;
    }
    body.resume-page .annoline {
        display: inline;
    }
    body.resume-page p {
        display: inline;
    }
}

@media only screen and (min-width: 720px) {
    body.resume-page .annotated {
        position: relative;
    }
    body.resume-page .annotation {
        position: absolute;
        top: -1.25em;
        font-size: xx-small;
        white-space: nowrap;
        color: #ccc;
    }
}

body.resume-page [data-markdown]:not(#invariant) .more {
    background-color: #f7f7f7;
}
