/* ------------------------------------------------------------------------------------------------------*/
/* The following styles are specific to the Regulations pop-opens ---------------------------------------*/


li { padding-bottom: 6px; }

ol ol { padding-top: 6px; } /* Extra padding for nested lists */


/* Various Ordered list styles */
/* NOTE: These styles are included in the "authorStyles.css" file (for Contribute users). 
/* Any updates to these styles need to be made in that file as well */
ol.list-uppercase_alphabetic { list-style-type: upper-alpha; }
ol.list-lowercase_alphabetic { list-style-type: lower-alpha; }
ol.list-numeric { list-style-type: decimal; }
ol.list-lowercase_roman { list-style-type: lower-roman; }