/* Enter your custom styles here */
.divcontainer {
    margin: auto;
    width: 800px;
}

.pdfView {
    overflow: auto;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media only screen and (max-width: 800px) {
    .divcontainer {
        width: 100%;
    }
}

.custHeader {
    background-color: #cbcac8 !important
}

.okTextTitle {
    font-family: "72", "72full", Arial, Helvetica, sans-serif;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
    white-space: pre-line;
}