/*
The recommended approach for adding custom styles to an element:
    1. ensure the element has 'custom' class.
    2. In the custom.css file, select the element like so:
        <element id>.custom {

        }
*/
