.tcell_statst {
	border-right: 1px solid var(--r_03);
	border-left: 1px solid var(--r_03);
	border-bottom: 1px solid var(--r_03);
	display: table-cell;
    padding: 0.3rem 1rem;
    text-align: center;
}
.tcell_statpl {
	border-right: 1px solid var(--r_03);
	border-left: 1px solid var(--r_03);
	border-bottom: 1px solid var(--r_03);
	display: table-cell;
    padding: 0.3rem 1rem;
    text-align: left;
}
