#prl-overlay {
text-align:center;
}

#prl-pdf-container {
touch-action: none;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding-bottom: 1em;
}

@media screen and (max-width: 600px) {
#prl-pdf-container {
width: 95%;
margin-right:20px;
}
}

canvas {
cursor: grab;
touch-action: none;
user-select: none;
margin: 10px auto !important;
box-shadow: 0 0 12px rgba(0,0,0,0.3) !important;
display: block !important;
}
