.xu-larger {
    color: #000;
    font-size: 1.5rem;
    line-height: 2rem;
}
.xu-larger1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.item-page h3 {
    padding: 1.25rem 0 0;
    color: #00539f;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
}
#content li {
  margin-bottom: 1rem;
}
.liststyle1 li, .liststyle1 {
  margin: 0 0 1rem 0.5rem;
}
.liststyle2 li, .liststyle2 {
  margin: 0 1.25rem 0;
}
.liststyle3 li, .liststyle3 {
  padding: 1rem 0 1rem;
  margin: 0rem !important;
  border-bottom: 1px solid #d8d8d8;
  list-style-type: none;
}
.liststyle3 li:last-child {
  border-bottom: 0px;
}
ul.liststyle1, ul.liststyle3 {
  border-bottom: none;
}
ul.liststyle2 li ol, li.liststyle2 ol {
  margin-top: 1rem !important;
}
ol li:last-child {
  padding-bottom: 0rem !important;
}
.nobullet {
  list-style-type: none;
}
.blue {
  color: #0070c0;
}
.red {
  color: #ff0000;
}

/****** TABLE 1 AND TABLE 2 ******/

#table1 td, #table2 td, #table80 td {
    padding: 1.25rem 1.25rem;
  vertical-align: top;
}

#table1 tr, #table2 tr, #table80 tr {
    border-bottom: 1px solid #d8d8d8;
}

#table1 {
  margin-bottom: 10px;  
}

#table2 {
  margin-bottom: 20px;  
}

td.table1header {
  background-color: #d8d8d8;
  font-weight: bold;
  text-transform: uppercase;
}

#table1 td img, #table2 td img {
    padding: 5px 0px;
}