* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #ffffff;
  font-family: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial,
    "Segoe UI Emoji", sans-serif;
  line-height: 2;
  font-size: 14px;
}

.privacy {
  padding: 20px;
}

.privacyTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.appDesc {
  color: #333;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.privacyContent {
  text-indent: 2em;
}

.agreement {
  padding: 20px;
}

.agreementTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.agreementContent {
  text-indent: 2em;
}

table {
  border: 1px solid #333;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  overflow: auto;
  break-inside: auto;
  text-align: left;
  margin: 0.8em 0;
}

thead {
  background-color: #f8f8f8;
}

tr {
  break-inside: avoid;
  break-after: auto;
  border: 1px solid #dfe2e5;
}

th {
  font-weight: bold;
  border: 1px solid #dfe2e5;
  border-bottom: 0;
  padding: 6px 13px;
}

td {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
