BACKGROUND: Recently I designed a filler page that is called with AJAX. When the AJAX call is made a css style sheet is called in addition to the filler. For the most part the style-sheet appears to work. Even the styling for the flex-box that is included in the filler works in part. Simply, it appears to be breaking on inheritance, and I do not know how to override it.
The HTML
<div id='yp_container'>
<div class='yp_item'>
<div class='yp_param'>Visitor ID:</div>
<div id='current_visitorId' class='yp_value'></div>
</d