canvas {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

#scroll-div {
    width: 80%;
    height: 95%;
    margin: auto;
    margin-top: 10px;
    display: block;
    overflow: auto;
}

.pdf-viewer {
    position: fixed;
    top: 120px;
    width: inherit;
    height: 85%;
}

.pdf-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 280px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    background-color: rgba(0,0,0,0.85);
}

.modal-content1 {
    color: white;
    padding: 20px;
    width: 96%;
    height: 100%;
}

.modal-header-custom {
}

.myClose, .menu {
    color: rgba(255,255,255,.8);
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    font-size: 36px;
    font-weight: bold;
    padding: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 5px
}

.menu{
    font-size: 26px;
    padding: 12px !important;
}

.menu:hover,
.menu:focus,
.myClose:hover,
.myClose:focus {
    background-color: rgba(255,255,255,.2);
    text-decoration: none;
    cursor: pointer;
}

.switchScroll {
    overflow: hidden;
}

