* {
  text-align: justify;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 700px;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  font-weight: normal;
  padding: 8px;
}

th:nth-child(odd) {
  width: 130px;
}

th:nth-child(even) {
  background-color: #dddddd;
}

.green-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.green-table td,
.green-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.green-table th {
  background-color: #71ad47;
}

.green-table tr:nth-child(odd) {
  background-color: white;
  height: 41px;
}

.green-table tr:nth-child(even) {
  background-color: #e1efd9;
}

.container {
  padding: 100px 0;
}

h3 {
  color: #024f67;
  font-size: 25px;
  font-family: "MonumentExtended";
  font-weight: bolder;
  margin-bottom: 40px;
}

h4 {
  font-size: 19px;
  font-style: italic;
  margin: 50px 0 20px 0;
  font-weight: bold;
}

p {
  margin-bottom: 0;
}

ol {
  counter-reset: item;
}
ol > li {
  display: block;
  margin-top: 30px;
}
ol > li:before {
  content: counters(item, ".") ".    ";
  counter-increment: item;
  font-weight: bold;
}
