/* AKD TLD Table */
.akd-tld-table{
    overflow:hidden;
    box-shadow:0 0 61px 0 rgba(0,0,0,0.03);
  }
  .akd-tld-table tr th {
   background-color:#fb666b;
    color:#fff;
    border: none;
    padding: 20px;
  }
  .akd-tld-table tr td {
   color:var(--e-global-color-text);
    border: none;
  }
  .akd-tld-table tr td:first-child {
   font-weight: 600;
    color: #333333;
  }
  .akd-tld-table tr:nth-child(odd) {
    background: #f9f9f9;
  }
  .akd-tld-table tr td {
   padding: 15px;
  }
  @media screen and (max-width: 767px) {
    .akd-tld-table table {
        border: 0;
   }
    .akd-tld-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
   }
    .akd-tld-table tr {
        display: block;
        margin-bottom: 15px;
   }
    .akd-tld-table td {
        display: block;
        text-align: right !important;
   }
    .akd-tld-table tr td {
        text-align: right;
        padding: 15px 30px;
        font-weight:400 !important;
        color: #7c7c7c !important;
   }
    .akd-tld-table td::before {
       /* * aria-label has no advantage, it won't be read inside a table content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight:600;
        color: #333333;
   }
    .akd-tld-table td:last-child {
        border-bottom: 0;
   }
    .akd-tld-table td:last-child {
        border-bottom: 0;
   }
}