<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t-table {
  width: 100%;
  border-collapse: collapse; }
  @media screen and (max-width: 835px) {
    .t-table {
      width: 100% !important; } }
  .t-table tr {
    border-bottom: 1px solid #ddd; }
  .t-table .tnoborder {
    border: none; }
  .t-table th {
    display: none;
    font-weight: 400;
    vertical-align: bottom;
    min-height: 20px;
    line-height: 20px; }
  .t-table .t-td {
    vertical-align: top;
    display: block;
    min-height: 40px;
    line-height: 40px; }
    @media screen and (min-width: 835px) {
      .t-table .t-td.ellip {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px; }
        .t-table .t-td.ellip.m200 {
          max-width: 200px; }
        .t-table .t-td.ellip.m300 {
          max-width: 300px; } }
    .t-table .t-td .draft-icon {
      width: 20px;
      vertical-align: middle;
      opacity: 0.7; }
    .t-table .t-td .cbSlide {
      margin-top: 8px; }
    @media screen and (max-width: 835px) {
      .t-table .t-td .cbSlide {
        position: absolute !important;
        right: 10px !important;
        margin-top: 0; } }
    .t-table .t-td.h3 {
      font-size: 16px; }
      .t-table .t-td.h3:before {
        font-weight: 300 !important; }
    .t-table .t-td:before {
      content: attr(data-th);
      font-weight: 400;
      display: inline-block;
      float: left; }
      @media screen and (min-width: 835px) {
        .t-table .t-td:before {
          display: none; } }
    .t-table .t-td:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .t-table th, .t-table .t-td {
    text-align: right;
    border: none; }
    @media screen and (min-width: 835px) {
      .t-table th, .t-table .t-td {
        display: table-cell;
        text-align: left; }
        .t-table th:first-child, .t-table .t-td:first-child {
          padding-left: 0; }
        .t-table th:last-child, .t-table .t-td:last-child {
          padding-right: 0; } }
</pre></body></html>