#theme-toggle {
  display: none !important;
}

table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1em;
  margin-bottom: 1em;
}

.roles-table th,
.roles-table td {
  overflow-wrap: break-word;
  padding: 0.5em;
  text-align: left;
}

.roles-table th:nth-child(1),
.roles-table td:nth-child(1) {
  width: 20%;
}

.roles-table th:nth-child(2),
.roles-table td:nth-child(2) {
  width: 55%;
}

.roles-table th:nth-child(3),
.roles-table td:nth-child(3) {
  width: 15%;
}
