.body-div {
  width: 80%;
  margin: 0 auto;
  /* background-color: #e4e5e6;  */
  /* height: 100vh; */
  margin-bottom: 20px;
}
.text-body {
  width: 8.5in;
  margin: 0 auto;
  margin-bottom: 30px;
}

.body-div h1 {
  color: black;
  padding-top: 40px;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}
.color-black {
  color: rgb(54, 54, 54);
}
.ol_div li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.a {
  text-decoration: none;
  color: #ff7810;
}
.no-list {
  list-style-type: none;
}
.text-container {
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.normal{
    font-weight: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
th,
td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}
th {
  font-weight: bold;
  background-color: #f9f9f9;
}
