html,
body {
  padding: 0;
  margin: 0;
}

.privacy-policy-shell {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.privacy-policy-shell-day {
  background-color: #ffffff;
  color: #111111;
}

.privacy-policy-shell-night {
  background-color: #111;
  color: #ffffff;
}

.privacy-policy-shell-day .privacy-policy-title-day {
  font-weight: 300;
  margin-top: 72px;
  color: rgba(0, 0, 0, 1);
}

.privacy-policy-shell-night .privacy-policy-title-night {
  font-weight: 300;
  margin-top: 72px;
  color: #fff;
}

.privacy-policy-big-title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.privacy-policy-shell-day p {
  color: rgba(0, 0, 0, 0.6);
}

.privacy-policy-shell-night p {
  color: rgba(255, 255, 255, 0.6);
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  word-break: break-all;
}

strong {
  font-weight: 500;
}

.privacy-policy-shell-day td {
  border: 1px solid #000;
  font-size: 14px;
  width: 74.2pt;
  word-break: break-all;
}

.privacy-policy-shell-night td {
  border: 1px solid #fff;
  font-size: 14px;
  width: 74.2pt;
  word-break: break-all;
}

.privacy-policy-shell-day th {
  border: 1px solid #000;
  font-size: 12px;
  background-color: #d9d9d9;
}

.privacy-policy-shell-night th {
  border: 1px solid #fff;
  font-size: 12px;
  color: #000;
  background-color: #d9d9d9;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 20px;
}

.privacy-policy-shell-day .table-p {
  font-size: 14px;
  font-weight: 400;
  color: #111111 !important;
}

.privacy-policy-shell-night .table-p {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}

.privacy-policy-shell-night a {
  color: #fff;
}

.table-link-p {
  word-break: break-all;
}
