.detailedWorkForEmployee {
  background: #ff90ff;
  padding: 20px; }

.tooltip-custom-class.table-content .tooltip-inner {
  max-width: 1000px;
  min-width: auto;
  padding: 6 12px;
  box-sizing: border-box; }
  .tooltip-custom-class.table-content .tooltip-inner table {
    text-align: left;
    width: 100%; }
    .tooltip-custom-class.table-content .tooltip-inner table td, .tooltip-custom-class.table-content .tooltip-inner table th {
      padding: 2px 10px 2px 2px;
      vertical-align: top;
      white-space: nowrap; }
    .tooltip-custom-class.table-content .tooltip-inner table th {
      font-weight: bold;
      padding-bottom: 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
