/*---------------------------------------------------------------------------------


Theme Name:  BlankSlate Child - NPAIHB Data Sharing 
Description: A BlankSlate child theme for the NPAIHB Data Sharing website.
Author:      KAT & Company
Author URI:  https://www.katandcompany.com/
Template:    blankslate
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
ol {
  counter-reset: my-awesome-counter;  
  list-style: none;
  margin-bottom:15px;
  padding-left:1em;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
}
ol.strong-numbers li::before{
  font-weight:600;
}
b {
  font-weight:600 !important;
}
strong {
  font-weight:600 !important;
}
em {
  font-style: oblique;
}
