/* 
    Ken 12/15/2016
    on page dev.apta.org/NEXT/Programming/ there is an issue with spacing under each last <ul><li> list item
    The master page for this is Microsite.master which lives here \\cmswebdev\c$\inetpub\dev.apta.org\Templates\MasterPages
*/
li:last-child {
    margin-bottom: 20px;
}
