#pg-employee h3 {
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 0 15px;
}

#pg-employee h3 span {
  position: absolute;
  right: 0;
  font-size: 0.8em;
  line-height: 90px;
}

#pg-employee h3::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 4px;
  height: 63%;
  background: #e60012;
}

#pg-employee h3::after {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 4px;
  height: 36%;
  background: #aa000d;
}

#pg-employee .d-scroble {
  width: 100%;
  overflow: auto;
}

#pg-employee .d-scroble .table {
  width: 100%;
  border-top: #000 solid 3px;
}

#pg-employee .d-scroble .table th {
  background-color: #f6fafd;
  font-size: 1.1em;
  color: #070000;
  font-weight: normal;
  padding: 18px 10px;
  border: none;
  border-right: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

#pg-employee .d-scroble .table th:last-child {
  border-right: none;
}

#pg-employee .d-scroble .table td {
  text-align: center;
  font-size: 1em;
  color: #393939;
  padding: 18px 20px;
  border: none;
  border-right: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

#pg-employee .d-scroble .table td:last-child {
  border-right: none;
}

#pg-employee .d-scroble .table td li {
  line-height: 24px;
}

#pg-employee .d-scroble .table tbody th {
  background: #f6f6f6;
}

#pg-employee .d-scroble .t-scroble {
  white-space: nowrap;
  table-layout: unset !important;
}
