﻿div[id='Ribbon.Table.Design.Styles.TableStyles.Menu.TableStyles'] li.ms-cui-menusection-items:nth-child(-n+12) {
	display: none;
}
/*Default Table*/
.ms-rteTable-default,
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
td.ms-rteTable-default,
th.ms-rteTable-default,
.ms-rtetablecells {
	border: 1px solid #c6c6c6;
}

/*Striped Table*/
.ms-rteTable-Striped {
	-ms-name: "Striped Table";
	margin-bottom: 1rem;
	width: 100%;
	color: #212529;
	border-collapse: collapse !important;
}

	.ms-rteTable-Striped th,
	.ms-rteTable-Striped td {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.ms-rteTable-Striped thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}

	.ms-rteTable-Striped tbody + tbody {
		border-top: 2px solid #dee2e6;
	}

	.ms-rteTable-Striped tbody tr:nth-of-type(even) {
		background-color: rgba(0, 0, 0, 0.05);
	}

/*Small Striped Table*/
.ms-rteTable-SmallStriped {
	-ms-name: "Small Striped Table";
	margin-bottom: 1rem;
	width: 100%;
	color: #212529;
	border-collapse: collapse !important;
}

	.ms-rteTable-SmallStriped th,
	.ms-rteTable-SmallStriped td {
		padding: 0.3rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.ms-rteTable-SmallStriped thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}

	.ms-rteTable-SmallStriped tbody + tbody {
		border-top: 2px solid #dee2e6;
	}

	.ms-rteTable-SmallStriped tbody tr:nth-of-type(even) {
		background-color: rgba(0, 0, 0, 0.05);
	}

/*Striped Bordered Table*/
.ms-rteTable-StripedBordered {
	-ms-name: "Striped Bordered Table";
	margin-bottom: 1rem;
	width: 100%;
	color: #212529;
	border-collapse: collapse !important;
	border: 1px solid #dee2e6;
}

	.ms-rteTable-StripedBordered th,
	.ms-rteTable-StripedBordered td {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.ms-rteTable-StripedBordered thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}

	.ms-rteTable-StripedBordered tbody + tbody {
		border-top: 2px solid #dee2e6;
	}

	.ms-rteTable-StripedBordered tbody tr:nth-of-type(even) {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.ms-rteTable-StripedBordered thead th,
	.ms-rteTable-StripedBordered thead td {
		border-bottom-width: 2px;
	}

	.ms-rteTable-StripedBordered th,
	.ms-rteTable-StripedBordered td {
		border: 1px solid #dee2e6 !important;
	}

/*Small Striped Bordered Table */
.ms-rteTable-SmallStripedBordered {
	-ms-name: "Small Striped Bordered Table";
	margin-bottom: 1rem;
	width: 100%;
	color: #212529;
	border-collapse: collapse !important;
}

	.ms-rteTable-SmallStripedBordered th,
	.ms-rteTable-SmallStripedBordered td {
		padding: 0.3rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.ms-rteTable-SmallStripedBordered thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}

	.ms-rteTable-SmallStripedBordered tbody + tbody {
		border-top: 2px solid #dee2e6;
	}

	.ms-rteTable-SmallStripedBordered tbody tr:nth-of-type(even) {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.ms-rteTable-SmallStripedBordered th,
	.ms-rteTable-SmallStripedBordered td {
		border: 1px solid #dee2e6 !important;
	}
