.deletetachmentcard .card_content {
  
}

.deletetachmentcard .card_content .description {
  grid-column: 1 / span 2;
  color: #B5B5B5;
}

.deletetachmentcard table,
.deletetachmentcard td,
.deletetachmentcard th {

  border-collapse: collapse;
}

.deletetachmentcard table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  margin-top: 10px;
}

.deletetachmentcard .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.deletetachmentcard .table td, .deletetachmentcard .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.deletetachmentcard th {
  text-align: inherit;
}