html {
    position: relative;
    min-height: 100%;
}

header.border-bottom {
    border-bottom: 2px solid black !important;
}

#smallHeader {
    cursor: pointer;
}

button.btn.btn-link {
    color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.pdfobject-container {
    height: 500px;
    border: 1rem solid rgba(0,0,0,.1);
}

.pdfobject {
    border: 1px solid #666;
}