/*
 * rubric.css
 * ~~~~~~~~~~~~~~~
 *
 * custom Sphinx stylesheet -- define custom font size to match h2 in rubrics with NXDL documentation
 *
 * :see: http://stackoverflow.com/questions/23462494/how-to-add-custom-css-file
 *
 */


.rubric > .styleh2 {
    font-size: 1.35em;
}

