.doc-content {
  width: 100%;
  margin: auto;
}

.document-item {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.document-item img {
  width: 100%;
  max-width: 100%;
}
.document-item .document-contact {
  position: absolute;
  right: 0px;
  padding: 2px 4px 2px 4px ;
  bottom: 10px;
  background-color: #FF0000;
  color: #FFFFFF;
  cursor: pointer;
}

.alert-secondary {
    margin-top: 10px;
}
