
.Repository {

  svg.icon {
    height: 1em;
    width: 1em;
  }

  h4 {
    font-size: 1.4rem;
    margin: 0;
    margin-top: 1rem;
  }

  div.path {
    color: #999;
  }

  .expand, .collapse {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip: ink;
  }

  .collapse {
    margin-bottom: 1rem;
  }

  table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-spacing: 0;
  }

  th {
    text-align: left;
    text-decoration: underline;
  }

  tbody tr:hover {
    background: #666;
  }

  td {
    padding-right: 0.5rem;
    vertical-align: top;
  }
  
  td a,
  td .open {
    color: inherit;
    text-decoration: none;
  }
  
  td a:hover,
  td .open:hover {
    text-decoration: underline;
  }


  &.RepositoryBroken {

    div.path {
      cursor: initial;
    }

  }

}

