table.userList {
  width: 100%;

  td,
  th {
    border: 1px solid #d7d7d7;
    padding: 4px 8px;
  }

  th {
    text-align: center;
    font-size: 0.8em;
  }

  td {
    text-align: center;
    line-height: 42px;
  }

  td:nth-child(1),
  td:nth-child(2) {
    text-align: right;
  }

  td:nth-child(1) {
    min-width: 120px;

    .Button {
      float: left;
      visibility: hidden;
    }

    &:hover .Button {
      visibility: visible;
    }
  }

  th.error,
  tr.error td {
    background: #fcb9b9;
  }

  th.warning,
  tr.warning td {
    background: #fcddb9;
  }

  .companyThreeUser {
    color: #4284ff;
    font-weight: bold;
  }

  .companySevenUser {
    color: #1dc447;
    font-weight: bold;
  }

  .errorColumn {
    max-width: 100px;
  }

  .actions {
    max-width: 120px;
  }
}

.titleButton {
  float: right;
  margin-left: 10px;
}
