@media all{
	
section table tr:nth-child(3) span ,
section table tr:nth-child(4) span,
section table tr:nth-child(5) span{
    background:rgba(140 150 160 / 1);
    display: inline-block;
    width: 2em;
    text-align: center;
    margin: 1px 1em 1px 0;
	color:#fff;
}

section table tr:nth-child(4) ul,
section table tr:nth-child(5) ul{
	display: inline-block;
}

}