/*Typography Settings*/
body {
  font-size: 13px;
  font-family: "Roboto", sans-serif !important;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: "Source Sans Pro", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}

p {
  color: #6c6c6c;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.body {
  display: flex;
  justify-content: space-between; /* Align left and right divs */
  align-items: center; /* Center vertically */
  border: 0px solid #ccc;
  height: 100%;
}
table {
  padding: 20px;
  margin: 20px;
  border: 1px;
  width: 90%
}
td {
  vertical-align: top;
  margin-left : 15px;
  padding-left : 15px;
  margin-rigth : 15px;
  padding-right : 15px;
  line-height: 1.5;
}
hr {
  width:77%;
}
pre {
  font-family: monospace;
  white-space: pre-wrap;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

li {
  padding-left: 0;
}

