.permissions-fieldset {
    width: 100%;
    border: 0;
    padding-left: 0px;
}
.permissions-fieldset legend {
    font-size: 20px;
    font-weight: 500;
    padding: 0;  
}
.permissions-fieldset table thead tr th:first-child {
  width: 200px;
}
.permissions-fieldset table thead tr th:not(:first-child) {
  text-align: center;
  /* width: 50px; */
}
.permissions-fieldset table tbody tr td:not(:first-child) {
  text-align: center;
}
.permissions-fieldset table tbody tr td:not(:first-child) label {
  display: block;
  margin-left: -5px;
}
.permissions-fieldset table label div {
  padding-left: 0;
}
