В таблице Bootstrap 4 все ячейки выделены жирным шрифтом, мне нужен обычный текст в тд. Вес шрифта не помогает /
<div class="row col-md-10 px-4 py-3 ">
<table id="ServiceTable" class="table table-hover table-striped">
<tbody>
<tr>
<th colspan="3">Title</th>
<td class="text-right">
<button type="button" class="btn btn-primary px-4 btn-sm">Подробнее</button>
</td>
</tr>
<tr>
<td colspan="2">date_isodate_set</td>
<td colspan="2">Thornton</td>
</tr>
<tr>
<td colspan="2">Hii</td>
<td colspan="2">Larry the Bird</td>
</tr>
</tbody>
</table>
</div>
CSS:
#ServiceTable td {
font-weight: 400;
}
![enter image description here](https://i.stack.imgur.com/bFzqh.png)
Руководитель:
![sss111](https://i.stack.imgur.com/F8kq2.png)
Всего CSS:
![sss](https://i.stack.imgur.com/6JNJF.png)