.numbered > li {
  list-style: decimal;
}

.inline-block {
  display: inline-block;
}

.cookie-table {
  width: 100%;
  /* max-width: 492px; */
}

.cookie-table tr td:first-child {
  padding-right: 5px;
}

.cookie-table tr td:nth-child(2) {
  word-break: break-word;
}




