.case-details-container .label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: normal;
  color: #414141;
}

.case-details-container .data {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  color: #414141;
  cursor: copy;
  background-color: transparent;
  border: 0
}
.case-details-container .data:focus {
  outline: none
}