* {
  margin: 0;
  padding: 0;
}

body.dark {
  color: #d9dae1eb;
  /* background: rgba(0, 0, 0); */
}

body.dark th,
body.dark td {
  border: 1px solid #d9dae1eb;
}

body {
  color: #333333;
  background: rgba(0, 0, 0, 0);
}

h1 {
  font-size: 19px;
  text-align: center;
  margin: 15px 0;
}

p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
  text-indent: 2em;
  word-break: break-all;
}

p span {
  font-weight: bold;
}

h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

h2 span {
  text-indent: 2em;
}

ul {
  margin: 0 0 15px 0;
  list-style: none;
}

ul li {
  font-size: 14px;
  text-indent: 2em;
}

ul li span {
  font-weight: bold;
}

.container {
  margin: 0 15px;
}

a.btn {
  display: block;
  color: #c58b12;
  text-decoration: none;
  width: 100%;
  height: 32px;
  border: 1px solid #c58b12;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 15px;
}

.table-frame {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

table {
  width: 100%;
  border: 1px solid #333333;
  border-collapse: collapse;
}

th {
  font-size: 12px;
}

td {
  font-size: 12px;
  word-break: break-all;
}

th,
td {
  width: 15%;
  padding: 4px 8px;
  border: 1px solid #333333;
}
td p {
  margin-bottom: 0;
  text-indent: 0;
  font-size: 12px;
  word-break: break-all;
}

th:nth-child(3) {
  width: 40%;
}
