.bg__project-table{

  @import '../_tools.scss';
  @import '../_modal.scss';

  .error{
    padding:10px;
  }

  table{
    .description{
      a{
        text-decoration: none;
        color: black;
      }
      max-width: 270px;
      white-space: normal;
    }

    .bookmark-icon{
      background-image: $iconBookmarkWhiteUrl;
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 15px;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 4px;
    }

    .collaborators{
      display: block;
      color: $clPrimaryAlt;
      text-transform: uppercase;
      font-size: 12px;
      font-family: $fontHeading;
    }

    .access{
      text-transform: uppercase;
    }

    .actions{
      width: 130px;
      .btn{
        padding-left: 15px;
        padding-right: 35px;
      }
    }
  }
}