Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

@import '../.././../scss/themes/variables_ars_1.scss';

tr,
td,
th {
overflow: visible;
}
th {
margin-right: 36px !important;
}

#billing-miscellaneous-table {
margin: 9px 0 0 0;
padding: 0;

& tr {
line-height: 18px;
font-size: $font-size-md; // text-align: left;
font-weight: 400;
vertical-align: bottom;
background-color: transparent;
}
& th {
margin-right: 20px;
font-size: $font-size-xs;
font-weight: bolder; // background-color: red;
}
& tr,
th,
td {
padding: 3px 0;
white-space: nowrap;
}
}
th {
text-overflow: unset !important;
}

#claim-level-ambulance-information-table {
margin: 9px 0 0 0;
padding: 0;

& tr {
line-height: 18px;
font-size: $font-size-md; // text-align: left;
font-weight: 400;
vertical-align: bottom;
background-color: transparent;
}

& th {
margin-right: 20px;
text-overflow: unset !important;
font-size: $font-size-xs;
font-weight: bolder; // background-color: red;
}
& tr,
th,
td {
padding: 3px 0;
white-space: nowrap;
}
}

#top-header {
font-size: 15px !important;
}

.accordion {
border-bottom: 3px solid #ccc;
}

.accordion-content {
border-top: solid #ccc 1px;
margin-top: 15px;
}

.my-row {
border-top: 1px solid #ccc;
}

// .tab-table.high table {
// display: table !important;
// }

// table {
// display: table !important;
// }