.page-title-container {
  display: flex;
  margin: 0 auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid rgb(128, 128, 128);
 }

 .page-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 auto 0 0;
  align-self: flex-end;
 }

 .manage-button {
  display: flex;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  min-width: 60px;
  padding: 0 20px 2px;
  border-radius: 5px;
  border-color:  #303030;
  background-color: #dadada;
  align-self: center;
}

 .button.large {
  border-radius: 20px;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  min-width: 60px;
  padding: 0 20px 2px;
}

 h1::after
 {
     content:' ';
     display:block;
 }

 h2 {
  margin-top: 3rem;
  font-size: 1.5rem;
 }

 /* <ul> buttlet styles */

 ul.none {
  list-style-type: none;
  margin: 0;
 }

 ul.bullet {
  list-style-type: disc;
  margin: 0;
 }

ul.circle {
  list-style-type: circle;
  margin: 0;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
 }

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.lower-roman {
  list-style-type: lower-roman;
 }

ol.upper-roman {
  list-style-type: upper-roman;
}

ol.decimal {
  list-style-type: decimal;
}



ul.small-pad {
  padding-left: 1rem;
}

li.spacing {
    margin-top: -.75rem;
 }

 li.heading {
  font-size: 1.5rem;
 }

.para {
  font-size: 16px;
  line-height: 18px;
  margin: 20px 0;
  text-align: justify;
}

.li-para {
  margin-top: -.75rem;
}

.li-big-para {
  margin-top: -1rem;
}

.li-gap {
  margin-bottom: 2rem;
}

.subtext {
  padding-left: 5px;
}