/* PDF.js text layer */
.textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.25;line-height:1}
.textLayer span{position:absolute;white-space:pre;color:transparent;cursor:text}
.textLayer span::selection{background:rgba(22,105,122,.3);color:transparent}
.textLayer span::-moz-selection{background:rgba(22,105,122,.3);color:transparent}
