.pdfViewer {
    padding:4px;
    background: #3d3d3d;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
.pdfViewer.imgViewer {
	background: #fcfcfc;
}
.pdfViewer.pdfobject-container {
    padding:2px;
}
.pdfViewer .pdfLink {
	font-weight: bold;
}
.pdfViewer embed {
    margin: 0 0 -5px;
    border-radius: 8px;
}

.agl-pdfviewer-error, .agl-pdfviewer-nopreview{
	margin-top: 15px;
}

.agl-pdfviewer-download .fa{
	margin-right: 5px;
}