*{box-sizing: border-box;}
.wrapper {margin: 0 auto; width: 960px; }
.pdf-controls { width: 100%; display: block; background: #eee; padding: 1em;direction: ltr;}
.rotate0 {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }
.fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }

.pdf-controls button {
    background: #00A8FD;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    border: 1px solid #00A8FD;
}
    .pdf-controls button:hover {
        background: white;    
        color: #00A8FD;    
    }
.pdf-controls + hr + canvas {
    width: 100%
}
.card.disable-rightClick > ng-pdf {
    overflow: auto
}
.pdf-controls {
    direction: ltr;
}
.pdf-controls input{
    width: 36px;
    text-align: center;
}
