div#SharedSamples {
  margin: 1em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#SharedSamples table#tableShared {
  color: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
}
div#SharedSamples table#tableShared thead {
  background-color: #F7EC45;
  color: #000000;
}
div#SharedSamples table#tableShared thead tr th {
  padding: 0.5em 1em;
  font-size: 1.2em;
}
div#SharedSamples table#tableShared tbody tr td {
  border: 2px solid #F7EC45;
  padding: 0.5em 1em;
  font-size: 1.2em;
}
div#SharedSamples table#tableShared tbody tr td:first-child {
  border-left: 0;
}
div#SharedSamples table#tableShared tbody tr td:last-child {
  border-right: 0;
}
div#SharedSamples table#tableShared tbody tr td.icon {
  width: 2em;
  text-align: center;
  cursor: pointer;
}
div#SharedSamples table#tableShared tbody tr:first-child td {
  border-top: 0;
}
div#SharedSamples table#tableShared tbody tr:last-child td {
  border-bottom: 0;
}
div#SharedSamples table#tableShared tbody tr:hover {
  background-color: rgba(247, 236, 69, 0.5);
}

.emplCode {
  width: 5%;
}

.clientCode {
  width: 5%;
}
