.container {
  padding: 12px 32px 12px 32px;
  overflow: hidden;
  width: 60%;
  margin: auto;
  font-size: 14px;
  background-color: white;
}

.header {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo {
  width: 130px;
}

.block {
  margin-bottom: 24px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #535353;
  background-color: #e5e5e5;
}

p {
  line-height: 18px;
  margin-block-start: 12px;
  margin-block-end: 12px;
}

h1 {
  font-size: 18px;
  line-height: 28px;
}

h2 {
  font-size: 16px;
  line-height: 20px;
}

h1,
h2 {
  color: #005eac;
}

.CookieDeclarationType {
  display: block;
  margin: 12px 0 42px 0;
  padding: 8px 8px 0 8px;
}

.CookieDeclarationTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 18px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.CookieDeclarationTableHeader {
  font-weight: bold;
  border-top: 1px solid #dbdbdb;
  text-align: left;
  padding: 4px;
  overflow: hidden;
}

.CookieDeclarationTableCell {
  text-overflow: ellipsis;
  word-wrap: break-word;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
  padding: 4px 4px 4px 4px;
}

tr .CookieDeclarationTableCell:first-child {
  padding: 4px 16px 4px 4px;
}

ul {
  margin: 0 0 20px;
  padding: 0;
}

.block ul li {
  margin-left: 20px;
  text-indent: 20px;
}

.block ul li p {
  margin-left: -20px;
}

.block ul li p:nth-child(n + 2) {
  text-indent: 0px;
}

.CookieDeclarationTableCell ul li {
  margin-bottom: 12px;
  margin-left: 12px;
  text-indent: 0px;
}
