/* HAEUNDAE_V44: 출고기록 이름 아이콘 제거 + 긴 이름 자연 줄바꿈 */
#tab-outlog .outlog-table-scroll table{min-width:2060px!important;}
#tab-outlog .outlog-table-scroll th:nth-child(2),
#tab-outlog .outlog-table-scroll td:nth-child(2){width:150px!important;}
#tab-outlog .outlog-table-scroll th:nth-child(3),
#tab-outlog .outlog-table-scroll td:nth-child(3){width:125px!important;}
#tab-outlog td.outlog-person-cell,
#tab-outlog td.outlog-actor-cell{white-space:normal!important;}
#tab-outlog .outlog-person-wrap{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;}
#tab-outlog .outlog-person-name,
#tab-outlog .outlog-actor-name{
  display:block;
  width:100%;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:anywhere!important;
  line-height:1.35!important;
  text-align:center!important;
}
