.noteOverview {
  background-color: #BBB;
  text-align: center;
  padding: 1rem;
  margin: 0 6px;
  width: calc(100% - 12px);
}

.notes-attachment-wrapper {
  padding: 10px;
  border-radius: 7px;
  background: white;
  font-weight: bold;
}