 :host {
      display: block;
    }
    #table-view {
      width: 100%;
      border-collapse: collapse;
      background: white;
      border-radius: 3px;
      border: 1px solid #e5e5e5;
    }
    #table-view thead th {
      padding: 0 24px;
      line-height: 56px;
      font-size: 12px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.54);
    }
    #table-view td, #table-view th {
      padding: 12px 24px;
    }
    #table-view td.tags {
      font-size: 11px;
      line-height: 16px;
      font-weight: 400;
    }
    #table-view th {
      @apply(--paper-font-body1);
      color: var(--secondary-text-color);
      text-align: left;
      border-bottom: 1px solid;
      border-bottom-color: #e5e5e5;
    }
    #table-view tbody tr {
      cursor: pointer;
      overflow: hidden;
      height: 48px;
    }
    #table-view tbody tr:first-child {
      margin-top: 8px;
    }
    #table-view element-action-menu::shadow iron-icon {
      color: #e0e0e0;
      margin: 0 4px;
      width: 18px;
      height: 18px;
    }
    #table-view tr:hover element-action-menu::shadow iron-icon,
    #table-view :focus element-action-menu::shadow iron-icon,
    #table-view element-action-menu::shadow a:focus iron-icon
    {
      color: #616161;
    }
    #table-view .description {
      overflow: hidden;
      color: #606060;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 400px;
    }
    #table-view tbody tr:hover {
      background: #fafafa;
    }
    #table-view a {
      font-weight: bold;
    }
    #table-view a, #table-viewiron-icon {
      cursor: pointer;
    }
    [size=xs] #table-view.description {
      display: none;
    }
    #table-view .name {
      white-space: nowrap;
      font-weight: 400;
      font-size: 13px;
    }
    #table-view .description {
      color: var(--secondary-text-color);
      line-height: 24px;
    }
