Here's a copy of the code I'm referring to:
<div id="incomeforecast">
<div style="float:left;margin:10px 0 10px 0;width:100%;text-align:center;">
<span class="textred"><b>USD Currency</b></span><br>
Monthly: $0.00 USD (0)<br>
Quarterly: $0.00 USD (0)<br>
Semi-Annually: $0.00 USD (0)<br>
Annually: $0.00 USD (0)<br>
Biennially: $0.00 USD (0)<br>
Triennially: $0.00 USD (0)<br>
<span class="textgreen"><b>Est. Annual: $0.00 USD</b></span>
</div>
</div>
I need to hide this from displaying on the page:
Biennially: $0.00 USD (0)<br>
Triennially: $0.00 USD (0)<br>
Is there any way to do this with just CSS? The PHP file outputting it is encrypted and there's no Javascript files included in the page, so only CSS can be used...