I want set style to records per page text but this text is not a
tag or span
or any tag. How can I select this text with css?
<div class="dataTables_length" id="dynamic-table_length">
<label>
<select aria-controls="dynamic-table" size="1" name="dynamic-table_length"><option selected="selected" value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
</select>
records per page
</label>
</div>