/* Keep file at bottom so that it is last style to be put on item */

.filter-invert{
	filter: brightness(0) invert(1); /* Turns all colors in the SVG white */
}


.hide 	{
	--display: none;
	display: none;
}


.margin--top--2 {
	--margin-top: 2em;
}

.text-align--center {
	text-align: center;
}

.text-align--left:not(th) {
	text-align: left;
}

.text-align--right:not(th) {
	text-align: right;
}

.text-emphasized {
	font-weight: bold;
	text-decoration: underline;
}

.width--full {
	--width: 100%;
	--text-align: left;
}

.width--5 {
	--width: 5em;
}

.width--8 {
	--width: 8em;
}

.width--10 {
	--width: 10em;
}

.width--14 {
	--width: 14em;
}

