/*
 * Citation Text
*/
@keyframes blink-highlight {
    to { background-color: #ff7}
    from { background-color: inherit }
}

.works-cited .citation-text:target {
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-name: blink-highlight;
    animation-delay: .3s;
    animation-iteration-count: 8;
    animation-direction: alternate;

}

.bibliography-list .citation-text,
.works-cited .citation-text {
    font-size:1em;
    margin-bottom: 1.2em;
}
