@import "~ui/styles/variables";

kbn-table, .kbn-table, tbody[kbn-rows] {
  // sub tables should not have a leading border
  .table .table {
    margin-bottom: 0px;

    tr:first-child > td {
      border-top: none;
    }

    td.field-name {
      font-weight: bold;
    }
  }

  dl.source {
    margin-bottom: 0;
    line-height: 2em;
    word-break: break-all;

    dt, dd {
      display: inline;
    }

    dt {
      background: @gray-lighter;
      padding: @padding-xs-vertical @padding-xs-horizontal;
      margin-right: @padding-xs-horizontal;
      font-family: monospace;
      word-break: normal;
    }
  }

}
