.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000 !important;
}

table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  table-layout: fixed;
}

table thead {
  display: none;
}
table tr {
  display: block;
}
table tr + tr {
  margin-top: 0.625em;
}
table td, table th {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
table td:before, table th:before {
  content: attr(data-label);
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 45%;
  color: #545454;
}
table td + td {
  margin-top: 0.8em;
}
table td:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
  table thead {
    display: table-header-group;
  }
  table tr {
    display: table-row;
    border: 0;
  }
  table td, table th {
    display: table-cell;
  }
  table td:before, table th:before {
    display: none;
  }
  table td:last-child {
    border-bottom: 1px solid #eee;
  }
}
