:root {
  --lp-section-border: #c0c0c0;
}
#landingPad {
 font-size: 1.2rem;
}
#landingPad .alert-dismissible button { float: right; }
/* scrollspy nav */
#landingPad .navbar { margin-bottom: 5px;
background-color: #c0c0c0; }
/* scrollspy content */
#landingPad .scrollspy { padding: 2px; }
#landingPad .scrollspy h4 {
  font-weight: bold;
}
#landingPad .scrollspy .section {
  border-top: 1px solid var(--lp-section-border);
  border-bottom: 1px solid var(--lp-section-border);
  margin-bottom: 10px;
  padding: 5px;
}
#landingPad .scrollspy .section_list {

}
#landingPad .scrollspy .section_list li .desc {

  font-size: 1rem;
  color: #5a5a5a;
}
#landingPad .scrollspy .section_list li .desc::before {
  content: "(";
}
#landingPad .scrollspy .section_list li .desc::after {
  content: ")";
}
