body {
    padding: 20px;
    font-size: 12px;
}
h2 {
	margin-top:16px;
}
h1 {
  font-size: 20px;
}
img.header-logo-img
{
	max-width: 50%;
}
p, span {
    font-size: 12px;
}
@media screen and (orientation: portrait) {
  img.header-logo-img {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  /* img.header-logo-img {
      max-height: 90%;
  } */
}
#HeaderTitle {
    margin: 25px 0 -10px 0;
}
#TopHeader {
    height: auto;
}
#header-logo{
    display: block;
    margin: 0 auto;
    float: none;
}
.header-logo-img{
    display: block;
    margin: 0 auto 10px auto;
    max-height: 30px;

}
.faq-footer {
    margin-top: 50px;
}


.tc_table td {
    padding: 1em;
}
.tc_table {
    border-collapse: collapse;
    border: 1px solid black;
}
.tc_table table, .tc_table th, .tc_table td {
    border: 1px solid black;
}

/* Lists */
ol,
ul {
  padding-left: 2rem;
}
.none,
.tc_n {
    list-style-type: none;
}
.decimal,
.tc_ol1 {
    list-style-type: decimal;
}
.lower-alpha,
.tc_ol2 {
    list-style-type: lower-alpha;
}
.lower-roman,
.tc_ol3 {
    list-style-type: lower-roman;
}
.upper-alpha,
.tc_ol4 {
    list-style-type: upper-alpha;
}
.disc,
.tc_ul1 {
    list-style-type: disc;
}
.tc_ul2 {
    list-style-type: disc;
}

li > *,
.tc_l1 > * {
  font-weight: normal;
}

li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Paragraphs */
li > p {
    padding: 0.5rem 0;
    margin: 0;
}

ul + p,
ol + p {
  padding-top: 2rem;
}

.tc_p1, .tc_p2 {
    padding: 0.5em 1em;
    margin: 0;
}
.tc_p3 {
    margin: 1em 0 0 0;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}
