/*!
 * VisualEditor MediaWiki UserInterface language variant context item styles.
 *
 * @copyright See AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.ve-ui-mwLanguageVariantNodeContextItem-rule-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;

	th {
		white-space: nowrap;
		border-bottom: 1px solid #c8ccd1;
		text-align: left;
	}

	th,
	td {
		padding: 0.75em 1em;
		border-bottom: 1px solid #fff;
	}

	tr:nth-child( odd ) td {
		background: #eaecf0;
	}

	tr:nth-child( even ) td {
		background: #f8f9fa;
	}
}
