html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#viewerContainer {
    background-color: #e5e5e5;
    height: 90vh;
}

.btnReport {
    border-radius: 0;
}