
.kdc-table-wrap{
  overflow: auto;
  display: block;
  width: 100%;
  border-radius: 14px;
}


.kdc-table{
  width: 100%;
  table-layout: fixed;          
  border-collapse: separate;
  border-spacing: 0;
}


.kdc-table .kdc-col-num{
  width: 96px;
}
.kdc-table .kdc-col-num-wide{
  width: 140px;
}


.kdc-table thead th{
  padding: 10px 14px;
  text-align: left;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.03);
}


.kdc-th-num{
  text-align: right !important;
}


.kdc-table tbody td{
  padding: 10px 14px;
  vertical-align: middle;
  border-top: 1px solid rgba(255,255,255,.06);
}


.kdc-table thead th:nth-child(2),
.kdc-table thead th:nth-child(3),
.kdc-table tbody td:nth-child(2),
.kdc-table tbody td:nth-child(3){
  border-left: 1px solid rgba(255,255,255,.08);
}


.kdc-td-num{
  text-align: right !important;
}


.kdc-kw{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.kdc-muted-row{
  padding: 14px !important;
  color: rgba(255,255,255,.65);
  text-align: left;
  border-top: none !important;
}


@media (max-width: 767px){
  .kdc-kw{
    white-space: normal;
  }
}
