.annotationLayer .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -2px;
    width: 100%;
    height: 100%;
    padding: 1px 2px;
    background-color: #f00;
    opacity: 0.0;
}
.annotationLayer .linkAnnotation > a:hover {
    opacity: 0.2;
}


.annotationLayer .linkAnnotation > a[href="#p13-2"],
.annotationLayer .linkAnnotation > a[href="#p14-2"],
.annotationLayer .linkAnnotation > a[href="#p16-1"],
.annotationLayer .linkAnnotation > a[href="#p18-1"],
.annotationLayer .linkAnnotation > a[href="#p21-1"] {
    top: -8px;
    height: 155%;
}


.annotationLayer .linkAnnotation > a[href="#yoshi"] {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0;

    content: url(./images/yoshi.svg);

    transform: scale(0.95, 0.95);
    transform-origin: 0 0;
    width: 9px;
    background-color: #fff;
    border-right: 1px solid #fff;
    cursor: text;
    opacity: 1.0;
}


a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}
