.bz-view-documents .bz-doc-template--service .bz-mapActionTable{
  width:100%;
  height:calc(100% - 22px);
  border-collapse:collapse;
  table-layout:fixed;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable th,
.bz-view-documents .bz-doc-template--service .bz-mapActionTable td{
  border:1px solid rgba(31,41,55,.28);
  color:#1f2937;
  font-size:8.4px;
  line-height:1.05;
  padding:2px 3px;
  vertical-align:middle;
  overflow:hidden;
  text-overflow:ellipsis;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable th{
  background:rgba(224,242,254,.72);
  font-weight:900;
  text-align:center;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable td{
  background:rgba(255,255,255,.9);
  text-align:left;
  white-space:nowrap;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable th:first-child,
.bz-view-documents .bz-doc-template--service .bz-mapActionTable td:first-child{
  width:18px;
  text-align:center;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--defects thead tr{
  height:20%;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--defects tbody tr{
  height:20%;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--defects th:nth-child(2){
  width:56%;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--defects th:nth-child(3),
.bz-view-documents .bz-doc-template--service .bz-mapActionTable--defects th:nth-child(4){
  width:18%;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--single tbody tr{
  height:25%;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--single td:first-child{
  width:18px;
}

.bz-view-documents .bz-doc-template--service .bz-mapActionTable--single td:nth-child(2){
  width:auto;
}
