.test {background-color:yellow;}

.test2 {border:2px solid green;}
.test2 * {border:1px solid red;}

.test3 {border:1px solid LightSteelBlue;}

.test3.depth *:not(.table):not(.mw-grid):not(.row) {padding:5px;}

.test3 > * {border:1px solid DarkSalmon;background-color:DarkSeaGreen;}

.test3 tr > *,
.test3 .cell {background-color:PaleGoldenRod;}

.test3 > * + div:not(.table):not(.mw-grid):not(.row):not(.cell) {border:1px solid DarkSalmon;background-color:PeachPuff;}

.test3 *:not(.table):not(.mw-grid):not(.row):not(.cell)							{background-color:PaleVioletRed;}
.test3 *:not(.table):not(.mw-grid):not(.row):not(.cell) > *						{background-color:SandyBrown;}
.test3 *:not(.table):not(.mw-grid):not(.row):not(.cell) > * > *				{background-color:Gold;}
.test3 *:not(.table):not(.mw-grid):not(.row):not(.cell) > * > * > *			{background-color:PaleGreen;}
.test3 *:not(.table):not(.mw-grid):not(.row):not(.cell) > * > * > * > *	{background-color:skyblue;}

.test3 *:not(.cell):not(:nth-child(1)):nth-last-child(1) {background-color:#b3a1e6 !important;}