.pdfobject-container {
    height: 550px;
    box-shadow: 0px 0px 0px 1px #484848;
}

.pdf-not-supported {
    padding: 10px;
    background-color: #414141;    
}

.pdf-not-supported .pdf-error-title {
    padding: 0 0 14px 0;
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 700;
}

.pdf-not-supported .pdf-error-content h6 {
    color: #E6C58D;
    font-size: 14px;
} 
.pdf-not-supported .pdf-error-content p {
    color: #fff;
}

.pdf-not-supported .pdf-error-content a {
    margin-top: 15px;
    color: #E6C58D;
    font-size: 12px;
}