body {
    background: none;
}

.toolbar {
    display: none;
}

#sidebarContainer{
    display: none;
}

#viewerContainer {
    top: 0;
}

.pdfViewer .page {
    border: 0;
    margin: 0 auto;
    border-bottom: 5px solid #F2F5FA;
}
.pdfViewer .page:last-of-type {
    border-bottom: 0;
}

::-moz-selection {
    background: #18c3b1;
}
::selection {
    background: #18c3b1;
}

.textLayer ::selection {
    background: #18c3b1;
}

.xfaLayer ::selection {
    background: #18c3b1;
}

body ::-webkit-scrollbar {
    width: 6px;
}

body ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ddd;
    -webkit-border-radius: 6px;
}

body ::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
}