table {
  width: 100%;
}

table thead tr th {
  border-bottom: 1px solid #A44C56;
}

table thead tr th:first-child {
  padding-left: 20px;
}

table td {
  padding: 10px 20px;
}

th.priority-low,
th.priority-medium,
td.priority-low,
td.priority-medium {
  display: none;
}

@media screen and (min-width: 38em) {
  th.priority-medium,
  td.priority-medium {
    display: table-cell;
  }
}

@media screen and (min-width: 60em) {
  th.priority-low,
  td.priority-low {
    display: table-cell;
  }
}

.tabledrag-toggle-weight-wrapper {
  margin-top: var(--space-l);
  line-height: calc(28rem / 16);
}

.tabledrag-toggle-weight-wrapper + table,
.tabledrag-toggle-weight-wrapper + .tableresponsive-toggle-columns + table {
  margin-top: 0;
}
