/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* a-to-z letters inline */
ul.sitemap li{
	display:inline;
	margin-left:.7em;
}

/* make sure form text is all wite */
.help-block,
.ou-form legend{
	color: white !important;
}

/* make sure form button and text is black */
.ou-form button,
.ou-form input{
	color: black !important;
}

/* 228270 */
.News__meta {
	margin-top: 0 !important;
	margin-bottom: auto !important; /* Pushes the element to the top */
}

/* 240108 */
.no-stripes tr:nth-child(2n) {
	background-color: inherit !important;
}