section-table
{
    display: block;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
section-table table
{
	width: 100%;
}
section-table table tr:has(> th)
{
	background: #702A2A;
	line-height: 30px;
	color: #F6F5F5;
	font-family: Enriqueta;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
section-table table tr:has(> td)
{
    background: rgba(112, 42, 42, 0.07);
}
section-table table tr td
{
    min-height: 40px;
    padding: 12px;
    color: #702A2A;
    font-size: 14px;
    line-height: 16px;
}